Skip to content

Commit 494e3e0

Browse files
committed
Update NextJS 13+ configuration.
1 parent 3950398 commit 494e3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"test:all": "run-s test:unit test:integration test:build",
6868
"test:build": "yarn ts-node test/buildProcess/runTest.ts",
6969
"test:unit": "jest",
70-
"test:integration": "test/run-integration-tests.sh && yarn test:types",
71-
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
72-
"test:integration:prepare": "(cd test/integration && yarn && yarn build && yarn start)",
70+
"test:integration": "./test/run-integration-tests.sh && yarn test:types",
71+
"test:integration:ci": "run-s test:integration:clean test:integration:client:ci test:integration:server",
72+
"test:integration:prepare": "(cd test/integration && yarn build && yarn start)",
7373
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
7474
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/",
7575
"test:integration:client:ci": "yarn test:integration:client --browser='all' --reporter='line'",

0 commit comments

Comments
 (0)