1
0
Alex Dima 6 жил өмнө
parent
commit
f3261d3c1b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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: |