Skip to content

Commit 51d089f

Browse files
committed
Move typecheck to test:build
1 parent c903f17 commit 51d089f

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications/remix-hydrogen

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/remix-hydrogen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"sideEffects": false,
44
"type": "module",
55
"scripts": {
6-
"build": "shopify hydrogen build --codegen && pnpm typecheck",
6+
"build": "shopify hydrogen build --codegen",
77
"dev": "shopify hydrogen dev --codegen",
88
"preview": "shopify hydrogen preview",
99
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
1010
"typecheck": "tsc --noEmit",
1111
"codegen": "shopify hydrogen codegen",
1212
"clean": "npx rimraf node_modules dist pnpm-lock.yaml",
13-
"test:build": "pnpm install && npx playwright install && pnpm build",
13+
"test:build": "pnpm install && npx playwright install && pnpm build && pnpm typecheck",
1414
"test:assert": "pnpm playwright test"
1515
},
1616
"prettier": "@shopify/prettier-config",

0 commit comments

Comments
 (0)