summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-08-15 14:18:29 -0600
committermokha <mokha@cisco.com>2018-08-15 14:18:29 -0600
commitaa3a181d831b160776c8239d210bf6850d4be84a (patch)
tree6f2577dc8bf81844ccae6a0de622cbb2e3132d91
parent000c77a58e7ec6ed250afb2fd8d96f4d4fd74358 (diff)
add build script.
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e67bded..256f338 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
+ "build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],