Przeglądaj źródła

[Actions]Update workflow.

dufu1991 3 lat temu
rodzic
commit
b5f1f854fd
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      .github/workflows/build-demo.yml

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

@@ -48,6 +48,13 @@ jobs:
                   npm install
                   npm install
                   npm run build
                   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
             - name: Install dependencies and build
               run: |
               run: |
                   cd demo
                   cd demo