(experiment) set scripts-prepend-node-path
This commit is contained in:
parent
feb979db54
commit
fc9c33acf4
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue