-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm scripts to pack an extension #35
Conversation
Hey @internalstability, this is a good feature. Thank you! |
Any news on this? |
Hey @internalstability my apologies, it took some time for me to review the pull request but let me know if you need any more clarity in above review comments. |
Okay, will let you know when its done |
Please review execpt try-catch |
@gsongsong Thank you for adding this feature 🎉. |
I wanted to automate build process even more so that it generates a zip file which contains files under
build
directory after build success:pack.js
to generate a zip filewhere a name of a generated zip file would be
<project directory name>-v<version>.zip
where
<version>
is defined inmanifest.json
index.js
:pack.js
from template to actual projectpack
andrepack
adm-zip
as a dev dependency (pack.js
uses it)