Skip to content

Commit

Permalink
fix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Nov 21, 2023
1 parent 174f9a5 commit 282a6e5
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 @@ -42,7 +42,7 @@
"scripts": {
"start": "vite",
"build:web": "VITE_BUILD_TARGET=web ./script/build.sh",
"build:ext": "VITE_BUILD_TARGET=ext ./script/build.sh",
"build:ext": "VITE_BUILD_TARGET=extension ./script/build.sh",
"build:firefox": "./script/build-firefox.sh",
"build:chrome": "./script/build-chrome.sh"
},
Expand Down

0 comments on commit 282a6e5

Please sign in to comment.