Alex Dima hace 6 años
padre
commit
f3261d3c1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: |