fix(create-app): no start on build only

This commit is contained in:
cha0s 2022-03-03 07:41:53 -06:00
parent f1b0a9c5a9
commit 78e63d6bd0

View File

@ -1,7 +1,8 @@
{
"private": true,
"scripts": {
"build": "flecks build",
"build": "FLECKS_ENV_FLECKS_SERVER_start=0 npm run build:only",
"build:only": "flecks build",
"debug": "DEBUG=*,-babel* npm run dev",
"dev": "npm run -- build -h",
"repl": "npx flecks repl --rlwrap",