We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece7244 commit 784e8edCopy full SHA for 784e8ed
1 file changed
package.json
@@ -11,6 +11,7 @@
11
"release": "pnpm run build && changeset publish",
12
"build": "turbo run build --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --filter=\"@benchmark/*\"",
13
"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",
15
"build:examples": "turbo run build --filter=\"@example/*\"",
16
"dev": "turbo run dev --concurrency=40 --parallel --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --filter=\"@benchmark/*\"",
17
"format": "pnpm run format:code && pnpm run format:imports",
0 commit comments