Added Jenkinsfile 11

This commit is contained in:
Sebastian Seedorf
2021-04-19 12:08:05 +02:00
parent bf5eacace5
commit 1834db601d

2
Jenkinsfile vendored
View File

@@ -65,7 +65,7 @@ node {
sh 'node -v'
sh 'npm prune'
sh 'npm install'
sh 'npm install -DP'
sh './node_modules/.bin/tsc'
sh 'rm node_modules -rf'
sh 'npm install --only=production'