浏览代码

[Actions]Update workflow.

dufu1991 3 年之前
父节点
当前提交
b5f1f854fd
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/build-demo.yml

+ 7 - 0
.github/workflows/build-demo.yml

@@ -48,6 +48,13 @@ jobs:
                   npm install
                   npm run build
 
+            # cd packages/stdf 目录下
+            # 执行 node/scripts/dist.js 脚本
+            - name: Build stdf
+              run: |
+                  cd packages/stdf
+                  node scripts/dist.js
+
             - name: Install dependencies and build
               run: |
                   cd demo