Skip to content

Commit 37196b0

Browse files
committed
somewhat old man yells at cursor
1 parent 3deb0d1 commit 37196b0

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-app-dir

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:prod": "TEST_ENV=production playwright test",
99
"test:dev": "TEST_ENV=development playwright test",
10-
"test:build": "pnpm install && pnpm build:canary",
10+
"test:build": "pnpm install && pnpm build",
1111
"test:test-build": "pnpm ts-node --script-mode assert-build.ts",
12-
"test:build:canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
12+
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
1313
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
1414
"test:build-13": "pnpm install && pnpm add [email protected] && pnpm build",
1515
"test:assert": "pnpm test:test-build && pnpm test:prod && pnpm test:dev"

0 commit comments

Comments
 (0)