Skip to content

Commit e9a762b

Browse files
committed
update test:prod script
1 parent 3505ef3 commit e9a762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"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",
11+
"test:prod": "npm run build && concurrently 'npx http-server --silent --port 5432 out' 'npm run test' --kill-others -s first",
1212
"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}'"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)