aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-17 22:11:16 -0700
committerGitHub <noreply@github.com>2016-06-17 22:11:16 -0700
commit23b976a999f41439e83c1010474ec9dc680b8486 (patch)
treee6e6d5ac969710292833662d5f1f85e1caed86ab /web/package.json
parent9c6199db9be34fad18eaedb86463333671ae190a (diff)
parentf203936fbf51b04f424666f9d2dd63bce8c84404 (diff)
downloadmitmproxy-23b976a999f41439e83c1010474ec9dc680b8486.tar.gz
mitmproxy-23b976a999f41439e83c1010474ec9dc680b8486.tar.bz2
mitmproxy-23b976a999f41439e83c1010474ec9dc680b8486.zip
Merge pull request #1270 from mitmproxy/settings
[web] Settings Ducks 2
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index 54555cb1..7ace808a 100644
--- a/web/package.json
+++ b/web/package.json
@@ -2,7 +2,9 @@
"name": "mitmproxy",
"private": true,
"scripts": {
- "test": "jest"
+ "test": "jest",
+ "build": "gulp prod",
+ "start": "gulp"
},
"jest": {
"testPathDirs": [