Skip to content

Commit

Permalink
Remove yarn build:prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed May 16, 2024
1 parent df6600c commit 734d421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode development",
"build:prod": "webpack --config webpack.config.js --mode production"
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.24.5",
Expand Down

0 comments on commit 734d421

Please sign in to comment.