Skip to content

Commit

Permalink
ci: disable card test for vite ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 7, 2025
1 parent df1eeac commit c8bb811
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 @@ -13,7 +13,7 @@
"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",
"test:vite-ci": "nx run-many --target test --all --skip-nx-cache",
"test:vite-ci": "nx run-many --target test --exclude card --all --skip-nx-cache",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
Expand Down

0 comments on commit c8bb811

Please sign in to comment.