We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca5e7d commit 78b594dCopy full SHA for 78b594d
.codesandbox/ci.json
@@ -1,6 +1,6 @@
1
{
2
"installCommand": "install:csb",
3
- "buildCommand": "build:all -- --exclude=integrations/**",
+ "buildCommand": "build:csb",
4
"sandboxes": [
5
"/examples/angular/basic",
6
"/examples/react/basic-typescript",
package.json
@@ -26,6 +26,7 @@
26
"test:knip": "knip",
27
"build": "nx affected --target=build --exclude=examples/**",
28
"build:all": "nx run-many --target=build --exclude=examples/**",
29
+ "build:csb": "nx run-many --target=build --exclude=examples/** --exclude=integrations/**",
30
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
31
"dev": "pnpm run watch",
32
"prettier": "prettier --ignore-unknown '**/*'",
0 commit comments