Added Jenkinsfile 13

This commit is contained in:
Sebastian Seedorf
2021-04-19 14:14:01 +02:00
parent 3f04e4436b
commit dfe2350cb0

2
Jenkinsfile vendored
View File

@@ -66,7 +66,7 @@ node {
sh 'node -v' sh 'node -v'
sh 'npm prune' sh 'npm prune'
sh 'npm install -D -P' sh 'npm install --production==false'
sh './node_modules/.bin/tsc' sh './node_modules/.bin/tsc'
sh 'rm node_modules -rf' sh 'rm node_modules -rf'
sh 'npm install --only=production' sh 'npm install --only=production'