mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-11 21:28:37 -06:00
switching to npm install
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -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 &'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user