Skip to content

Commit 784e8ed

Browse files
committed
adding build ci with no cache
1 parent ece7244 commit 784e8ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"release": "pnpm run build && changeset publish",
1212
"build": "turbo run build --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --filter=\"@benchmark/*\"",
1313
"build:ci": "turbo run build:ci --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --filter=\"@benchmark/*\"",
14+
"build:ci:no-cache": "pnpm run build:ci -- --force",
1415
"build:examples": "turbo run build --filter=\"@example/*\"",
1516
"dev": "turbo run dev --concurrency=40 --parallel --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --filter=\"@benchmark/*\"",
1617
"format": "pnpm run format:code && pnpm run format:imports",

0 commit comments

Comments
 (0)