Skip to content

Commit

Permalink
avoids error with titles longer than 1023 char - projectkudu/kudu#1573
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodeleo committed Sep 1, 2016
1 parent 51873a4 commit 2c63111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/sailsdeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ unzip -o -d D:\home\site\wwwroot\ deployment.zip
# NPM
cd "D:\home\site\wwwroot"
"Running npm install (production)"
npm install --production --no-optional --no-bin-links
npm install --production --no-optional --no-bin-links 2>&1 | out-default

# Cleanup ------------------------------------------------------
"We're done, cleaning up!"
Expand Down

0 comments on commit 2c63111

Please sign in to comment.