Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Aug 20, 2023
1 parent 42c9cd2 commit 9be4d57
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 @@ -3,7 +3,7 @@
"version": "0.8.1",
"scripts": {
"tdd:unit": "mocha --watch --timeout 5000 test/unit/",
"clear-html-cache": "rm test/tools/fetch-cache -r",
"clear-html-cache": "rm -rf test/tools/fetch-cache",
"firefox": "web-ext -s src run",
"coverage": "nyc --reporter=lcov mocha -R=progress --forbid-only test/unit/ && open coverage/lcov-report/index.html",
"lint:eslint": "eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit 9be4d57

Please sign in to comment.