Skip to content

Commit 390c9b7

Browse files
committed
Fix test init
1 parent d346621 commit 390c9b7

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/create-remix-app-v2

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "remix build",
66
"dev": "remix dev",
7-
"start": "NODE_OPTIONS='require=./instrument.server.cjs' remix-serve build/index.js",
7+
"start": "NODE_OPTIONS='--require=./instrument.server.cjs' remix-serve build/index.js",
88
"typecheck": "tsc",
99
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",

0 commit comments

Comments
 (0)