0
0
Fork 0

Removed quasar install from jenkinsfile

This commit is contained in:
Joan Sanchez 2023-03-02 08:23:02 +01:00
parent fe2d1d8a3e
commit 3b7cf5f3ba
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -32,7 +32,6 @@ pipeline {
}
steps {
nodejs('node-v18') {
// sh 'npm install -g @quasar/cli'
sh 'npm install --no-audit --prefer-offline'
}
}