Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajime-san committed Mar 23, 2023
1 parent 184e279 commit 2c65a4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"type": "module",
"author": "Hajime-san <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch"
"dev": "vite build --watch",
"build": "vite build"
},
"dependencies": {
"webextension-polyfill": "0.10.0"
Expand Down

0 comments on commit 2c65a4e

Please sign in to comment.