mirror of
https://github.com/JasonHHouse/gaps.git
synced 2025-12-30 07:20:37 -06:00
Fixing ordering issue
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -10,8 +10,7 @@ pipeline {
|
||||
nodejs(nodeJSInstallationName: 'Node 14.x') {
|
||||
sh 'npm install'
|
||||
sh 'npm ci'
|
||||
sh 'npm run eslint-cypress && npm run eslint-gaps'
|
||||
sh 'npm run minify-input-css && npm run uglifyjs-modules && npm run uglifyjs-pages'
|
||||
sh './minify'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user