build: update command and script

This commit is contained in:
Enix 2019-11-08 14:22:15 +08:00
parent c10b1950c0
commit 4256211dbe
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4
2 changed files with 3 additions and 3 deletions

View file

@ -9,10 +9,10 @@
"scripts": {
"start": "webpack --watch",
"debug-firefox": "web-ext run -s dist",
"postversion": "node scripts/version.js && npm run roll",
"build": "NODE_ENV=production webpack",
"analyse-bundle": "ANALYSE= NODE_ENV=production webpack",
"roll": "./scripts/roll.sh"
"build": "NODE_ENV=production webpack",
"postversion": "node scripts/version.js",
"roll": "./scripts/release.sh"
},
"dependencies": {
"@primer/octicons": "^9.1.1",