This reverts commit 4912542661.
@@ -5,7 +5,6 @@ pipeline {
steps {
ansiColor('xterm') {
sh '''#!/bin/bash -ex
-source ~/.bash_profile
npm install
npm run clean'''
}