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 e3f2d0a commit 53a870fCopy full SHA for 53a870f
1 file changed
package.json
@@ -47,7 +47,7 @@
47
"lint:fix": "eslint --quiet --fix src test",
48
"prepare": "husky install",
49
"serveTest": "http-server . -p 5000 -c-1",
50
- "zipTestFiles": "gulp test",
+ "zipTestFiles": "gulp zipTestFiles",
51
"test": "npx playwright test",
52
"testChromium": "npx playwright test --project=chromium",
53
"testFirefox": "npx playwright test --project=firefox",
0 commit comments