Alex Dima 6 vuotta sitten
vanhempi
commit
f3261d3c1b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -11,7 +11,7 @@ steps:
 
 - script: |
     npm install
-    npm run website
+    npm run build-website
   displayName: 'Build website'
 
 - script: |