fix(create-app): no start on build only
This commit is contained in:
parent
f1b0a9c5a9
commit
78e63d6bd0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user