Skip to content

Commit

Permalink
Updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Dec 20, 2022
1 parent 5b1e9b7 commit 739005f
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 @@ -25,7 +25,7 @@
"dev": "npm run start",
"start": "webpack -w --mode development --define process.env.PROXY_URL='\"http://localhost:3000/api/\"' --config=webpack/dev.config.js",
"proxy": "webpack -w --mode development --define process.env.PROXY_URL='\"https://proxy.getinstantimages.com/api/\"' --config=webpack/dev.config.js",
"build": "webpack -p --mode production --config=webpack/prod.config.js && npm run build:pot",
"build": "webpack -p --mode production --define process.env.PROXY_URL='\"https://proxy.getinstantimages.com/api/\"' --config=webpack/prod.config.js",
"build:pot": "composer run pot"
},
"dependencies": {
Expand Down

0 comments on commit 739005f

Please sign in to comment.