We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3505ef3 commit e9a762bCopy full SHA for e9a762b
package.json
@@ -8,7 +8,7 @@
8
"start": "next start",
9
"lint": "next lint",
10
"test": "npx playwright test",
11
- "test:prod": "npm run build && concurrently 'npx http-server --silent --port 5432 out' 'npm run test' --kill-others -s last",
+ "test:prod": "npm run build && concurrently 'npx http-server --silent --port 5432 out' 'npm run test' --kill-others -s first",
12
"test:watch": "chokidar '**/*.spec.ts' '**/*.page.tsx' -c 'test_file_path=$(echo {path} | sed s/page.tsx/spec.ts/) && npm run test -- --retries=0 ${test_file_path}'"
13
},
14
"dependencies": {
0 commit comments