aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8e2163bb2..93c748cd3 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,7 @@
31 "dev": "scripty", 31 "dev": "scripty",
32 "start": "node server", 32 "start": "node server",
33 "check": "scripty", 33 "check": "scripty",
34 "upgrade": "scripty",
34 "test": "scripty", 35 "test": "scripty",
35 "help": "scripty", 36 "help": "scripty",
36 "postinstall": "cd client && npm install" 37 "postinstall": "cd client && npm install"