revert package.sh
This commit is contained in:
parent
9614ec11fd
commit
c0d11106ab
2 changed files with 21 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"start": "webpack -w --debug --devtool inline-source-map",
|
||||
"build": "NODE_ENV=production webpack --progress --display-error-details",
|
||||
"package": "npm run build && node script/package.js",
|
||||
"package": "npm run build && script/package.sh",
|
||||
"lint": "eslint --ext .jsx,.js src",
|
||||
"test": "karma start"
|
||||
},
|
||||
|
|
Reference in a new issue