diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-23 23:58:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-23 23:58:23 +0200 |
| commit | 1a99af129427275c22e8276e75fa4b8da6602129 (patch) | |
| tree | 3b5795301eaee53f0fa6df48b67f0967827fdee3 /package.json | |
| parent | 7997f17a8d59a762cb2a26ca96b67822446342d7 (diff) | |
npm commands
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 8e37618..8f530d5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,12 @@ "main": "index.js", "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "server": "node app/server", + "relay": "node app/relay", + "build": "webpack -p", + "watch": "webpack -w", + "client": "webpack" }, "repository": { "type": "git", |
