File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "dev" : " next dev" ,
1212 "fmt" : " biome format --write" ,
1313 "lint" : " tsc && biome check" ,
14- "export:images" : " <<< $'16\n 32\n 48\n 128' xargs -I@ magick -background none public/repub.svg -resize @x@ images/repub_@.png && magick images/repub_*.png favicon.ico" ,
14+ "export:images" : " <<< $'16\n 32\n 48\n 128' xargs -I@ rsvg-convert -w @ -h @ public/repub.svg -o images/repub_@.png && magick images/repub_*.png favicon.ico" ,
1515 "export:bundle" : " bun build src/background.ts src/offscreen.ts src/popup.ts --outdir . --sourcemap=linked" ,
1616 "export:options" : " next build" ,
1717 "export:pack" : " zip -r --filesync repub.zip background.js background.js.map favicon.ico images/*.png manifest.json offscreen.html popup.html popup.js popup.js.map offscreen.js offscreen.js.map out" ,
You can’t perform that action at this time.
0 commit comments