File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications/nextjs-15 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"build" : " next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)" ,
7
7
"clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
8
- "test:prod" : " TEST_ENV=production __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test" ,
9
- "test:dev" : " TEST_ENV=development __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test" ,
8
+ "test:prod" : " TEST_ENV=production playwright test" ,
9
+ "test:dev" : " TEST_ENV=development playwright test" ,
10
10
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
11
11
"test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build" ,
12
12
"test:build-latest" : " pnpm install && pnpm add next@rc && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build" ,
17
17
"@types/node" : " 18.11.17" ,
18
18
"@types/react" : " 18.0.26" ,
19
19
"@types/react-dom" : " 18.0.9" ,
20
- "next" : " 15.0.0-canary.63 " ,
20
+ "next" : " 15.0.0-canary.77 " ,
21
21
"react" : " beta" ,
22
22
"react-dom" : " beta" ,
23
23
"typescript" : " 4.9.5"
You can’t perform that action at this time.
0 commit comments