diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 03:30:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-03 03:30:01 +0200 |
| commit | 551aa368a88b664467a6c850c0dba3ca2e4369ba (patch) | |
| tree | 815287fac8217d70ab936eef2dcae4be65e10723 /package.json | |
| parent | b78e1b985966b0ad976f7298e6a43b70cf8da603 (diff) | |
deploy bundle
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 821e26b..316bb2a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "build": "webpack -p", "watch": "webpack -w", "client": "webpack", + "deploy": "webpack -p && git commit -am 'deploy bundle' && git push", "proxy": "PROXY_REMOTE=spawn.asdf.us EXPRESS_CONNECTS_TO_RELAY=true CACHE_SYSCALLS=true PROXY_CACHE=true DEBUG_PROXY=true npm run server" }, "repository": { |
