mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-21 11:58:37 -06:00
Adding npm ci
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -3,6 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Minify') {
|
||||
steps {
|
||||
sh 'npm ci'
|
||||
sh './minify'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user