aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 36730aaa0..6252bac47 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,9 @@
40 "dev": "npm run build && concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", 40 "dev": "npm run build && concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"",
41 "livereload": "livereload ./client", 41 "livereload": "livereload ./client",
42 "start": "node server", 42 "start": "node server",
43 "test": "standard && mocha server/tests" 43 "test": "standard && mocha server/tests",
44
45 "postinstall": "cd client && npm install"
44 }, 46 },
45 "dependencies": { 47 "dependencies": {
46 "async": "^1.2.1", 48 "async": "^1.2.1",