diff options
author | 2022-03-23 19:46:16 -0500 | |
---|---|---|
committer | 2022-03-23 19:46:16 -0500 | |
commit | 5c96145527f9480e7b7b16b599f4b2091e41aa6c (patch) | |
tree | 3d3674f9ebbc6a9b6df0c4d6e5b65d8425e90bfc /packages/integrations/vue | |
parent | 374c3edcf220e40397dd8e635ea1d77faf990671 (diff) | |
download | astro-5c96145527f9480e7b7b16b599f4b2091e41aa6c.tar.gz astro-5c96145527f9480e7b7b16b599f4b2091e41aa6c.tar.zst astro-5c96145527f9480e7b7b16b599f4b2091e41aa6c.zip |
add build:ci command which skips `tsc` (#2869)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index def467ffa..b3a416bf4 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -27,6 +27,7 @@ }, "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", + "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { |