formation 2 năm trước cách đây
mục cha
commit
74fb117ad1
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -49,8 +49,7 @@ node{
    stage('Test') {
     
        dir("${env.WORKSPACE}/angular-client") {
-     sh 'npm install phantomjs-prebuilt --save-dev'
-     sh 'npm install --force'
+     sh 'npm i @angular-devkit/build-angular@0.901.15'
     		
     try {