Parcourir la source

Update azure-pipelines.yml

Orta il y a 6 ans
Parent
commit
adacbd1951
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      azure-pipelines.yml

+ 2 - 1
azure-pipelines.yml

@@ -14,7 +14,8 @@ pool:
 
 steps:
 - bash: |
+    npm install
     npm run run-nightly
     npm publish
 
-  displayName: 'Publish to NPM'
+  displayName: 'Publish to NPM'