File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"test:prod" : " TEST_ENV=production playwright test" ,
9
9
"test:dev" : " TEST_ENV=development playwright test" ,
10
10
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
11
- "test:build-canary" : " pnpm install && pnpm add next@canary && npx playwright install && pnpm build" ,
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@latest && npx playwright install && pnpm build" ,
13
13
"test:assert" : " pnpm test:prod && pnpm test:dev"
14
14
},
Original file line number Diff line number Diff line change 9
9
"test:dev" : " TEST_ENV=development playwright test" ,
10
10
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
11
11
"test:test-build" : " pnpm ts-node --script-mode assert-build.ts" ,
12
- "test:build-canary" : " pnpm install && pnpm add next@canary && npx playwright install && pnpm build" ,
12
+ "test:build-canary" : " pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build" ,
13
13
"test:build-latest" : " pnpm install && pnpm add next@latest && npx playwright install && pnpm build" ,
14
14
"test:build-13" :
" pnpm install && pnpm add [email protected] && npx playwright install && pnpm build" ,
15
15
"test:assert" : " pnpm test:test-build && pnpm test:prod && pnpm test:dev"
You can’t perform that action at this time.
0 commit comments