Browse Source

gitignore package-lock

master
flashlan 4 years ago
parent
commit
d58f9dbe7c
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -7,7 +7,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'sudo npm install -g npm@latest'
sh 'npm install' sh 'npm install'
} }
} }

Loading…
Cancel
Save