Skip to content

Commit

Permalink
Include test:types in npm run test (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored Nov 27, 2024
1 parent c1c00be commit bc99330
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 @@ -31,7 +31,7 @@
"test:schema": "tsx scripts/schema.ts",
"test:specs": "tsx scripts/specs.ts",
"test:types": "npm run --workspaces test:types && tsc",
"test": "npm run test:caniuse -- --quiet && npm run test:schema && npm run test:specs && npm run test:format && npm run test:dist && npm run test --workspaces && npm run test:lint",
"test": "npm run test:caniuse -- --quiet && npm run test:schema && npm run test:specs && npm run test:types && npm run test:format && npm run test:dist && npm run test --workspaces && npm run test:lint",
"update-drafts": "tsx scripts/update-drafts.ts",
"migrate-to-bcd": "tsx scripts/migrate-to-bcd.ts"
},
Expand Down

0 comments on commit bc99330

Please sign in to comment.