File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"scripts" : {
18
18
"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" ,
21
21
"test" : " vitest run" ,
22
22
"test:watch" : " vitest" ,
23
23
"test:cov" : " vitest run --coverage" ,
24
- "dev" : " run-p -rl build:dev serve:firefox " ,
24
+ "dev" : " run-p -rl build:dev serve" ,
25
25
"build" : " vite build" ,
26
26
"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" ,
29
28
"bundle" : " web-ext build -s dist -a out --overwrite-dest -n replace_maps.zip" ,
30
29
"release" : " release-it"
31
30
},
You can’t perform that action at this time.
0 commit comments