Skip to content

How to package a non-main branch for testing? #3323

Answered by IvanGoncharov
aprilrd asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like the repo relies on a custom script on Github Action to package it.

@aprilrd Not really you can do this locally just do:

npm install
npm run build:npm

You will get npmDist folder with package.json in it.
To pack it as a package you can do npm pack ./npmDist.

If you want to do something more official we can use the same approach as stream-defer that @saihaj mentioned.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@aprilrd
Comment options

@aprilrd
Comment options

Answer selected by aprilrd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants