revert package.sh

This commit is contained in:
Shin'ya Ueoka 2018-01-20 23:40:26 +09:00
parent 9614ec11fd
commit c0d11106ab
2 changed files with 21 additions and 1 deletions

View file

@ -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"
},