Package.json: add script debug build that rm web-ext-build
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
"slate": "rm -rf node_modules && yarn install",
|
"slate": "rm -rf node_modules && yarn install",
|
||||||
"lint": "web-ext lint",
|
"lint": "web-ext lint",
|
||||||
"start": "web-ext run",
|
"start": "web-ext run",
|
||||||
|
"debug:build": "rm -rf web-ext-artifacts/*.zip && npm run build",
|
||||||
"build": "web-ext build",
|
"build": "web-ext build",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"version": "version-changelog CHANGELOG.md"
|
"version": "version-changelog CHANGELOG.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user