summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 54efee8de..f36d37879 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -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",