diff --git a/packages/astro/package.json b/packages/astro/package.json index 54efee8de6..f36d378790 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",