Skip to content

Commit

Permalink
fix: run type tests in test:all (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbernar authored Aug 29, 2024
1 parent be441e3 commit b9e89c1
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 @@ -14,7 +14,7 @@
"test:integration": "jest -c jest.config.integration.js",
"test:e2e": "yarn workspaces foreach -p run test:e2e",
"test:tsd": "jest -c jest.config.types.js",
"test:all": "yarn test && yarn test:integration && yarn test:e2e && test:tsd",
"test:all": "yarn test && yarn test:integration && yarn test:e2e && yarn test:tsd",
"lint:types": "tsc",
"lint:eslint": "eslint './packages/**/*.{ts,tsx,js,jsx}'",
"lint:all": "yarn lint:eslint && yarn lint:types",
Expand Down

0 comments on commit b9e89c1

Please sign in to comment.