(experiment) set scripts-prepend-node-path

This commit is contained in:
Peter Squicciarini 2020-09-18 09:23:26 -07:00
parent feb979db54
commit fc9c33acf4
No known key found for this signature in database
GPG key ID: 08B897BCAB6763CB

View file

@ -10,6 +10,8 @@ function keep_alive() {
}
if [[ "$SHOULD_BUILD" == "yes" ]]; then
npm config set scripts-prepend-node-path true
export BUILD_SOURCEVERSION=$LATEST_MS_COMMIT
echo "LATEST_MS_COMMIT: ${LATEST_MS_COMMIT}"
echo "BUILD_SOURCEVERSION: ${BUILD_SOURCEVERSION}"