Skip to content

Commit fcca931

Browse files
committed
build: change test command
1 parent f0b714a commit fcca931

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
@@ -22,7 +22,7 @@
2222
"lint": "eslint --cache --max-warnings=0",
2323
"format": "eslint --fix --cache --max-warnings=0",
2424
"test": "playwright test",
25-
"test:debug": "PWDEBUG=1 pnpm t -- --headed",
25+
"test:debug": "PWDEBUG=1 playwright test -- --headed",
2626
"test:ci": "playwright test",
2727
"analyze": "ANALYZE=true next build",
2828
"analyze:server": "BUNDLE_ANALYZE=server next build",

0 commit comments

Comments
 (0)