Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Mar 3, 2020
1 parent 10f2a63 commit acea381
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 @@ -35,7 +35,7 @@
"clear.proxy": "find ./addon/proxy -type f -not -name proxy.html -delete",
"clear.url": "find ./addon/url -type f -not -name url.html -delete",
"clear.themes": "find ./addon/themes/ -type f -not -name __preserve-dir -delete",
"clear.vendor": "find ./addon/vendor/ -type f -not -name vendor.js -delete",
"clear.vendor": "find ./addon/vendor/ -type f -not -name __preserve-dir -delete",
"clear": "npm run clear.cache && npm run clear.sidebar && npm run clear.settings && npm run clear.group && npm run clear.proxy && npm run clear.url && npm run clear.themes && npm run clear.vendor",
"lint": "eslint ./addon ./src && web-ext lint -s ./addon",
"test": "./node_modules/.bin/jest"
Expand Down

0 comments on commit acea381

Please sign in to comment.