We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-types
1 parent 016808d commit 2afa9f0Copy full SHA for 2afa9f0
1 file changed
dev-packages/browser-integration-tests/package.json
@@ -14,7 +14,7 @@
14
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
15
"lint:types": "tsc --noEmit",
16
"postinstall": "yarn install-browsers",
17
- "pretest": "yarn clean && yarn type-check",
+ "pretest": "yarn clean && yarn lint:types",
18
"test": "yarn test:all --project='chromium'",
19
"test:all": "npx playwright test -c playwright.browser.config.ts",
20
"test:bundle": "PW_BUNDLE=bundle yarn test",
0 commit comments