Skip to content

Commit

Permalink
Add production build npm option
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit committed Oct 24, 2024
1 parent cdc8713 commit 40dfa5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"scripts": {
"firebase": "webpack --mode development --progress --env storage='firebase'",
"localstorage": "webpack --mode development --progress --env storage='localstorage'",
"styleguide": "styleguidist server"
"styleguide": "styleguidist server",
"build": "webpack --mode production --progress --env storage='firebase'"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 40dfa5e

Please sign in to comment.