Skip to content

Commit

Permalink
Update firefox build command
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Aug 2, 2024
1 parent 64766d7 commit df8b0ac
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 @@ -6,7 +6,7 @@
"scripts": {
"start": "npm run eslint && npm run build-chrome && npm run build-firefox && npm run build-edge && npm run build-safari",
"build-chrome": "cross-env KW_BROWSER=chrome webpack --mode=production",
"build-firefox": "cross-env KW_BROWSER=firefox webpack --mode=production",
"build-firefox": "cross-env KW_BROWSER=firefox webpack --mode=production && npx web-ext build -o -s dist/firefox",
"build-edge": "cross-env KW_BROWSER=edge webpack --mode=production",
"build-safari": "cross-env KW_BROWSER=safari webpack --mode=production",
"watch-chrome": "cross-env KW_BROWSER=chrome webpack --mode=development --watch",
Expand Down

0 comments on commit df8b0ac

Please sign in to comment.