summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-03-23 19:46:16 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-23 19:46:16 -0500
commit5c96145527f9480e7b7b16b599f4b2091e41aa6c (patch)
tree3d3674f9ebbc6a9b6df0c4d6e5b65d8425e90bfc /packages/integrations/vue
parent374c3edcf220e40397dd8e635ea1d77faf990671 (diff)
downloadastro-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.json1
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": {