Updated npm packages.

This commit is contained in:
2022-12-01 07:02:10 +00:00
parent dbb1a04c36
commit d4680b934e
3 changed files with 34 additions and 12 deletions

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
sh 'mamba env update --file environment.yml'
sh 'echo "mamba activate props" >> ~/.bashrc'
sh 'node --version && npm --version'
sh 'npm install'
sh 'cd Props && npm install'
}
}
stage("Props.Shop") {