Added Jenkinsfile 11
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -65,7 +65,7 @@ node {
|
|||||||
|
|
||||||
sh 'node -v'
|
sh 'node -v'
|
||||||
sh 'npm prune'
|
sh 'npm prune'
|
||||||
sh 'npm install'
|
sh 'npm install -DP'
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user