File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111 "start" : " npm run dev" ,
1212 "start:cli" : " npm run build:cli && node ./dist/cli/cli.js start" ,
1313 "start:astro" : " astro dev" ,
14- "build" : " npm run build:cli && node ./dist/cli/cli.js build" ,
14+ "build" : " npm run build:cli && node --max-old-space-size=4096 ./dist/cli/cli.js build" ,
1515 "build:astro" : " astro check && astro build" ,
1616 "build:cli" : " tsc --build ./cli/tsconfig.json" ,
1717 "build:cli:watch" : " tsc --build --watch ./cli/tsconfig.json" ,
1818 "build:props" : " npm run build:cli && node ./dist/cli/cli.js generate-props" ,
1919 "preview" : " wrangler pages dev" ,
2020 "astro" : " astro" ,
2121 "deploy" : " wrangler pages deploy" ,
22+ "versions:upload" : " wrangler versions upload" ,
2223 "prettier" : " prettier --write ./src" ,
2324 "lint" : " eslint . --cache --cache-strategy content" ,
2425 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments