mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-16 02:03:47 -04:00
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:
parent
b4f4b29a03
commit
6e6e52fd8c
2 changed files with 25 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue