aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f2fe0ca..49b191a 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"start": "webpack -w -d",
"lint": "eslint --ext .jsx,.js src",
"build": "NODE_ENV=production webpack --progress --display-error-details",
+ "package": "npm run build && ./package.sh",
"lint": "eslint src",
"test": "karma start"
},