We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790a871 commit 6b347efCopy full SHA for 6b347ef
package.json
@@ -41,7 +41,7 @@
41
"test:coverage": "npm run test:only -- --coverage",
42
"test:watch": "npm run test:coverage --watch",
43
"test": "npm run test:coverage",
44
- "test:e2e": "playwright test",
+ "test:e2e": "npx nyc playwright test",
45
"pretest": "npm run lint",
46
"prepare": "husky && npm run build",
47
"release": "standard-version"
0 commit comments