diff options
author | 2022-03-23 16:23:25 -0500 | |
---|---|---|
committer | 2022-03-23 16:23:25 -0500 | |
commit | 374c3edcf220e40397dd8e635ea1d77faf990671 (patch) | |
tree | 6cde5e12efa3202d6b03fb7c2f96280a1ed4d465 | |
parent | 99518c8d52661eb29c7eddaccb1a4e55e8e1ce8a (diff) | |
download | astro-374c3edcf220e40397dd8e635ea1d77faf990671.tar.gz astro-374c3edcf220e40397dd8e635ea1d77faf990671.tar.zst astro-374c3edcf220e40397dd8e635ea1d77faf990671.zip |
chore: add build:ci command
-rw-r--r-- | packages/astro/package.json | 1 |
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", |