Alex Dima 6 år sedan
förälder
incheckning
f3261d3c1b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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: |