React: fix package script

This commit is contained in:
DC
2016-07-22 19:57:06 -07:00
parent 793ea79cab
commit d20786cd69
5 changed files with 12 additions and 3 deletions

View File

@@ -82,7 +82,7 @@
"scripts": {
"clean": "node ./bin/clean.js",
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"package": "rm -rf build/ && jsx --es6module src/ build/ && node ./bin/package.js",
"start": "jsx --es6module src/ build/ && electron .",
"test": "standard && node ./bin/check-deps.js",
"update-authors": "./bin/update-authors.sh"