Added packaging script for webextension

Added a new script to package the webextension. This will automatically
build and zip the source code and the webextension for upload. It take a
version as an argument and then checks the version in the manifest, and
locally commits a version bump.
This commit is contained in:
Cecylia Bocovich 2019-10-10 10:52:28 -04:00
parent b4f4b29a03
commit 6e6e52fd8c
2 changed files with 25 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"test": "node make.js test",
"build": "node make.js build",
"webext": "node make.js webext",
"pack-webext": "node make.js pack-webext",
"clean": "node make.js clean",
"prepublish": "node make.js node",
"start": "node build/snowflake.js",