Skip to content

Commit

Permalink
updated urlProd
Browse files Browse the repository at this point in the history
  • Loading branch information
anirvinv committed Apr 24, 2024
1 parent 1e67a68 commit 2c60df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dev_server_port": 3000
},
"scripts": {
"build:shrunk-test": "webpack --env urlProd=https://shrunk.rutgers.edu/ --mode production",
"build:shrunk-prod": "webpack --env urlProd=https://go.rutgers.edu/ --mode production",
"build:shrunk-test": "webpack --env urlProd=https://shrunk.rutgers.edu/outlook/assets/dev/ --mode production",
"build:shrunk-prod": "webpack --env urlProd=https://go.rutgers.edu/outlook/assets/prod/ --mode production",
"build:dev": "webpack --mode development",
"dev-server": "webpack serve --mode development",
"lint": "office-addin-lint check",
Expand Down

0 comments on commit 2c60df7

Please sign in to comment.