aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 42e79aae2..076cf6fdb 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
34 "dev": "npm run build && NODE_ENV=test concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", 34 "dev": "npm run build && NODE_ENV=test concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"",
35 "livereload": "livereload ./client", 35 "livereload": "livereload ./client",
36 "start": "node server", 36 "start": "node server",
37 "test": "standard && mocha server/tests", 37 "test": "cd client && npm test && cd .. && standard && mocha server/tests",
38 "postinstall": "cd client && npm install" 38 "postinstall": "cd client && npm install"
39 }, 39 },
40 "dependencies": { 40 "dependencies": {