Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Sep 4, 2024
1 parent 4a53996 commit f65386a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dev:ff": "extension dev -b firefox",
"start:chrome": "extension start -b chrome",
"start:ff": "extension start -b firefox",
"build:all": "extension build -b chrome && extension build -b firefox",
"build:chrome": "extension build -b firefox",
"build:all": "extension build -b all",
"build:chrome": "extension build -b chrome",
"build:ff": "extension build -b firefox"
},
"dependencies": {}
Expand Down

0 comments on commit f65386a

Please sign in to comment.