Skip to content

Commit

Permalink
fix: exclude astro-app from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 11, 2024
1 parent 0a883c4 commit ebabc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preinstall": "npx only-allow pnpm",
"prepare": "git config core.hookspath .githooks",
"start": "nx serve",
"build": "nx run-many --target build --all --parallel=1",
"build": "nx run-many --target build --all --parallel=1 --exclude=astro-app",
"e2e": "nx run-many --target e2e --projects create-analog-e2e,analog-app-e2e-cypress --parallel=1 --exclude analog-app-e2e-playwright",
"test": "nx run-many --target test",
"build:vite-ci": "npm run build",
Expand Down

0 comments on commit ebabc90

Please sign in to comment.