Jenkinsfile.
This commit is contained in:
parent
ae2b6399de
commit
38c5df8a1d
@ -21,6 +21,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
//sh 'npm install --loglevel=verbose'
|
//sh 'npm install --loglevel=verbose'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
|
sh 'npm audit fix'
|
||||||
sh 'npm clean-install --only=production'
|
sh 'npm clean-install --only=production'
|
||||||
sh 'npm run build'
|
sh 'npm run build'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user