formation %!s(int64=2) %!d(string=hai) anos
pai
achega
abf2fb4351
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 0 1
      Jenkinsfile
  2. 1 1
      angular-client/package.json

+ 0 - 1
Jenkinsfile

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

+ 1 - 1
angular-client/package.json

@@ -64,6 +64,6 @@
     "puppeteer": "^5.2.1",
     "ts-node": "~8.3.0",
     "tslint": "~3.9.0",
-    "typescript": "~3.8.3"
+    "typescript": "~3.8.0"
   }
 }