chore: add build:ci command

This commit is contained in:
Nate Moore 2022-03-23 16:23:25 -05:00
parent 99518c8d52
commit 374c3edcf2

View file

@ -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",