瀏覽代碼

Tweak build

Alex Dima 6 年之前
父節點
當前提交
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: |