Skip to content

Commit 4a37fe2

Browse files
committed
chore: fix scripts, drop chromium as ext doesn't work there
1 parent fb21922 commit 4a37fe2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@
1616
},
1717
"scripts": {
1818
"postinstall": "bun build-icons.js",
19-
"format": "prettier . --check",
20-
"format:fix": "npm run format -- --write",
19+
"lint": "prettier . --check",
20+
"lint:fix": "prettier . --write",
2121
"test": "vitest run",
2222
"test:watch": "vitest",
2323
"test:cov": "vitest run --coverage",
24-
"dev": "run-p -rl build:dev serve:firefox",
24+
"dev": "run-p -rl build:dev serve",
2525
"build": "vite build",
2626
"build:dev": "vite build --watch --mode development --minify false",
27-
"serve:firefox": "web-ext run -s dist",
28-
"serve:chromium": "web-ext run -t chromium -s dist",
27+
"serve": "web-ext run -s dist",
2928
"bundle": "web-ext build -s dist -a out --overwrite-dest -n replace_maps.zip",
3029
"release": "release-it"
3130
},

0 commit comments

Comments
 (0)