chore: add build:ci command
This commit is contained in:
parent
99518c8d52
commit
374c3edcf2
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
||||
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
||||
"postbuild": "astro-scripts copy \"src/**/*.astro\"",
|
||||
"benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js",
|
||||
|
|
Loading…
Reference in a new issue