switching to npm install

This commit is contained in:
TheHouseWrecker
2020-03-31 17:26:18 +09:00
parent be085412fa
commit 8e16e01b93

2
jenkins/Jenkinsfile vendored
View File

@@ -41,7 +41,7 @@ pipeline {
}
steps {
echo "Running build ${env.BUILD_ID} on ${env.JENKINS_URL}"
sh 'npm ci'
sh 'npm install'
sh 'npm run cy:verify'
sh 'nohup npm run start:ci &'
}