Skip to content

Commit

Permalink
chore: fix test:react:17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Apr 2, 2023
1 parent 55bdf77 commit 86150d6
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 @@ -7,7 +7,7 @@
"install:csb": "pnpm install --frozen-lockfile",
"test": "pnpm run test:ci",
"test:ci": "nx affected --targets=test:lib,test:types,test:eslint,test:format --parallel=5",
"test:react:17": "nx affected --target=test:lib --projects=@tanstack/react-*",
"test:react:17": "nx affected --target=test:lib --parallel=5",
"test:eslint": "nx affected --target=test:eslint --parallel=5",
"test:format": "pnpm run prettier --check",
"test:lib": "nx affected --target=test:lib --parallel=5",
Expand Down

0 comments on commit 86150d6

Please sign in to comment.