Skip to content

Commit

Permalink
chore: update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Sep 9, 2023
1 parent f5882d1 commit 9c6a0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vite:watch": "vite build --watch --mode development --minify false",
"build": "tsc && vite build",
"serve:firefox": "web-ext run -s dist",
"serve:chrome": "web-ext run -t chromium -s dist",
"serve:chromium": "web-ext run -t chromium -s dist",
"bundle": "web-ext build -s dist -a out --overwrite-dest",
"bump-manifest": "sh scripts/bump.sh",
"release": "npm run format:fix; release-it"
Expand Down

0 comments on commit 9c6a0ec

Please sign in to comment.