From 374c3edcf220e40397dd8e635ea1d77faf990671 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 23 Mar 2022 16:23:25 -0500 Subject: [PATCH] chore: add build:ci command --- packages/astro/package.json | 1 + 1 file changed, 1 insertion(+) 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",