Skip to content

Commit

Permalink
fix: npm run zipTestFiles broke
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jan 28, 2023
1 parent e3f2d0a commit 53a870f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint:fix": "eslint --quiet --fix src test",
"prepare": "husky install",
"serveTest": "http-server . -p 5000 -c-1",
"zipTestFiles": "gulp test",
"zipTestFiles": "gulp zipTestFiles",
"test": "npx playwright test",
"testChromium": "npx playwright test --project=chromium",
"testFirefox": "npx playwright test --project=firefox",
Expand Down

0 comments on commit 53a870f

Please sign in to comment.