Skip to content

Commit

Permalink
ci(vite-plugin-angular): this is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 13, 2024
1 parent e60a692 commit 41f3875
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 @@ -11,7 +11,7 @@
"start": "nx serve",
"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",
"test": "NX_DAEMON=false nx run-many --target test",
"build:vite-ci": "npm run build",
"test:vite-ci": "nx run-many --target test --all",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
Expand Down

0 comments on commit 41f3875

Please sign in to comment.