Browse Source

Tweak build

Alex Dima 6 năm trước cách đây
mục cha
commit
f3261d3c1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: |