Skip to content

Commit 53a870f

Browse files
committed
fix: npm run zipTestFiles broke
1 parent e3f2d0a commit 53a870f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint:fix": "eslint --quiet --fix src test",
4848
"prepare": "husky install",
4949
"serveTest": "http-server . -p 5000 -c-1",
50-
"zipTestFiles": "gulp test",
50+
"zipTestFiles": "gulp zipTestFiles",
5151
"test": "npx playwright test",
5252
"testChromium": "npx playwright test --project=chromium",
5353
"testFirefox": "npx playwright test --project=firefox",

0 commit comments

Comments
 (0)