Skip to content

Commit

Permalink
Make sure to build prod with prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Jul 10, 2021
1 parent c6f0ca5 commit d43992e
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/build.config.js",
"build-production": "webpack --config webpack/build.config.js --env API_HOST=https://api.tibroish.bg",
"build-production": "NODE_ENV=production webpack --config webpack/build.config.js --env API_HOST=https://api.tibroish.bg",
"serve": "webpack serve --config webpack/serve.config.js --env API_HOST=https://d1tapi.dabulgaria.bg"
},
"author": "",
Expand Down

0 comments on commit d43992e

Please sign in to comment.