mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: build after versioning
This commit is contained in:
parent
e67fda0586
commit
201085bebf
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"scripts": {
|
||||
"postinstall": "node scripts/generate-octicon.js",
|
||||
"start": "webpack --watch",
|
||||
"postversion": "node scripts/version.js",
|
||||
"postversion": "node scripts/version.js && npm run build",
|
||||
"build": "NODE_ENV=production webpack && npm run postbuild",
|
||||
"postbuild": "cd dist && rm -f ./gitako.zip && zip gitako.zip -r *"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue