Browse Source

removed build:typings as separate ci step

Eugene Pankov 6 years ago
parent
commit
cc68ad492a
1 changed files with 0 additions and 9 deletions
  1. 0 9
      azure-pipelines.yml

+ 0 - 9
azure-pipelines.yml

@@ -21,9 +21,6 @@ jobs:
   - script: node scripts/build-native.js
     displayName: 'Rebuild native dependencies'
 
-  - script: yarn run build:typings
-    displayName: 'Build typings'
-
   - script: yarn run build
     displayName: 'Build'
 
@@ -81,9 +78,6 @@ jobs:
   - script: node scripts/build-native.js
     displayName: 'Rebuild native dependencies'
 
-  - script: yarn run build:typings
-    displayName: 'Build typings'
-
   - script: yarn run build
     displayName: 'Build'
 
@@ -164,9 +158,6 @@ jobs:
   - script: node scripts/build-native.js
     displayName: 'Rebuild native dependencies'
 
-  - script: yarn run build:typings
-    displayName: 'Build typings'
-
   - script: yarn run build
     displayName: 'Build'