mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
updates to cli
- removed -c,--config flag in favor of env only or .env files - loads .env always if found - scripts re-written to call cli-serve directly
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@
|
||||
"watch": "npm-run-all clean generate-introspection --parallel watch:*",
|
||||
"watch:client": "NODE_ENV=development webpack --progress --watch",
|
||||
"watch:server": "nodemon --config .nodemon.json",
|
||||
"start:development": "NODE_ENV=development ./bin/cli -c .env serve -j -w",
|
||||
"start": "NODE_ENV=production ./bin/cli serve -j -w",
|
||||
"start:development": "NODE_ENV=development ./bin/cli-serve -j -w",
|
||||
"start": "NODE_ENV=production ./bin/cli-serve -j -w",
|
||||
"prebuild": "npm-run-all clean generate-introspection",
|
||||
"build": "NODE_ENV=production webpack -p --bail",
|
||||
"lint:yaml": "yamllint locales/*.yml",
|
||||
|
||||
Reference in New Issue
Block a user