Skip to content

Commit

Permalink
fix: lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Oct 7, 2024
1 parent 5976214 commit 13bffc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"scripts": {
"build": "npm run build:chrome && npm run build:firefox",
"lint": "web-ext lint --source-dir ./src/",
"lint": "npm run prepare:firefox && web-ext lint --source-dir ./src/",
"prepare:chrome": "cp manifests/chrome.json src/manifest.json",
"prepare:firefox": "cp manifests/firefox.json src/manifest.json",
"start:chrome": "npm run prepare:chrome && web-ext run --source-dir src/ --target chromium",
Expand Down
85 changes: 0 additions & 85 deletions src/manifest.json

This file was deleted.

0 comments on commit 13bffc1

Please sign in to comment.