aboutsummaryrefslogtreecommitdiffstats
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 a47b9c8..afebb33 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
19 "prepare": "is-ci || husky install", 19 "prepare": "is-ci || husky install",
20 "dev": "cross-env-shell ENV_PATH=.env.development node ace serve --watch", 20 "dev": "cross-env-shell ENV_PATH=.env.development node ace serve --watch",
21 "migrate": "cross-env-shell ENV_PATH=.env.development node ace migration:run", 21 "migrate": "cross-env-shell ENV_PATH=.env.development node ace migration:run",
22 "refresh": "cross-env-shell ENV_PATH=.env.development node ace migration:refresh",
22 "status": "cross-env-shell ENV_PATH=.env.development node ace migration:status", 23 "status": "cross-env-shell ENV_PATH=.env.development node ace migration:status",
23 "build": "node ace build --production", 24 "build": "node ace build --production",
24 "start": "cross-env-shell ENV_PATH=.env node build/server.js", 25 "start": "cross-env-shell ENV_PATH=.env node build/server.js",