diff options
| author | mokha <mokha@cisco.com> | 2018-08-15 14:18:29 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-08-15 14:18:29 -0600 |
| commit | aa3a181d831b160776c8239d210bf6850d4be84a (patch) | |
| tree | 6f2577dc8bf81844ccae6a0de622cbb2e3132d91 | |
| parent | 000c77a58e7ec6ed250afb2fd8d96f4d4fd74358 (diff) | |
add build script.
| -rw-r--r-- | package.json | 1 |
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": [], |
