Skip to content

Commit

Permalink
Fix npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Aug 11, 2024
1 parent 38acdab commit 95771d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"dev": "tsx build.ts",
"start:chrome": "web-ext run -t chromium",
"start:firefox": "web-ext run -t firefox-desktop",
"build": "cross-env NODE_ENV=\"production\" tsx build.ts && web-ext build --overwrite-dest",
"build": "cross-env NODE_ENV=\"production\" tsx build.ts",
"lint": "prettier --check . && eslint --ignore-path .gitignore .",
"format": "prettier --write .",
"web-ext-lint": "cross-env NODE_ENV=\"production\" tsx build.ts && web-ext lint",
"global:check-dependencies": "npm-check --skip-unused",
"web-ext:lint": "npm run build && web-ext lint",
"web-ext:build": "npm run build && web-ext build --overwrite-dest",
"web-ext:upload": "npm run web-ext:build && web-ext sign --channel=listed"
Expand Down

0 comments on commit 95771d8

Please sign in to comment.