Skip to content

Commit

Permalink
chore: fix scripts, drop chromium as ext doesn't work there
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jun 30, 2024
1 parent fb21922 commit 4a37fe2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
},
"scripts": {
"postinstall": "bun build-icons.js",
"format": "prettier . --check",
"format:fix": "npm run format -- --write",
"lint": "prettier . --check",
"lint:fix": "prettier . --write",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"dev": "run-p -rl build:dev serve:firefox",
"dev": "run-p -rl build:dev serve",
"build": "vite build",
"build:dev": "vite build --watch --mode development --minify false",
"serve:firefox": "web-ext run -s dist",
"serve:chromium": "web-ext run -t chromium -s dist",
"serve": "web-ext run -s dist",
"bundle": "web-ext build -s dist -a out --overwrite-dest -n replace_maps.zip",
"release": "release-it"
},
Expand Down

0 comments on commit 4a37fe2

Please sign in to comment.