Skip to content

Commit

Permalink
Various updates to fix Azure deploys.
Browse files Browse the repository at this point in the history
Fix npm version 5.6.x.
Reverse the --production and --scripts-prepend-node-path arguments on npm install.
Use [email protected] to solve missing internal/util/types in postinstall.
Remove blank line in webpack.config.js as a dummy commit for postinstall testing.
  • Loading branch information
balshor committed Jun 25, 2018
1 parent 52e1ff0 commit b74485c
Show file tree
Hide file tree
Showing 4 changed files with 1,912 additions and 548 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ selectNodeVersion
# 3. Install npm packages
if [ -e "$DEPLOYMENT_TARGET/package.json" ]; then
cd "$DEPLOYMENT_TARGET"
eval $NPM_CMD install --scripts-prepend-node-path --production
eval $NPM_CMD install --production --scripts-prepend-node-path
exitWithMessageOnError "npm failed"
cd - > /dev/null
fi
Expand Down
Loading

0 comments on commit b74485c

Please sign in to comment.