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 f0b714a commit fcca931Copy full SHA for fcca931
package.json
@@ -22,7 +22,7 @@
22
"lint": "eslint --cache --max-warnings=0",
23
"format": "eslint --fix --cache --max-warnings=0",
24
"test": "playwright test",
25
- "test:debug": "PWDEBUG=1 pnpm t -- --headed",
+ "test:debug": "PWDEBUG=1 playwright test -- --headed",
26
"test:ci": "playwright test",
27
"analyze": "ANALYZE=true next build",
28
"analyze:server": "BUNDLE_ANALYZE=server next build",
0 commit comments