Skip to content

Commit 2afa9f0

Browse files
committed
test(browser-integration): Fix local runs referencing renamed check-types command
1 parent 016808d commit 2afa9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
1515
"lint:types": "tsc --noEmit",
1616
"postinstall": "yarn install-browsers",
17-
"pretest": "yarn clean && yarn type-check",
17+
"pretest": "yarn clean && yarn lint:types",
1818
"test": "yarn test:all --project='chromium'",
1919
"test:all": "npx playwright test -c playwright.browser.config.ts",
2020
"test:bundle": "PW_BUNDLE=bundle yarn test",

0 commit comments

Comments
 (0)