mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: update command and script
This commit is contained in:
parent
c10b1950c0
commit
4256211dbe
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue