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