Browse Source

Update azure-pipelines.yml

Orta 6 years ago
parent
commit
adacbd1951
1 changed files with 2 additions and 1 deletions
  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'