瀏覽代碼

fix(ci) test type generation

dev1
Saúl Ibarra Corretgé 2 年之前
父節點
當前提交
25dfd03117
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml 查看文件

@@ -12,7 +12,7 @@ jobs:
12 12
       with:
13 13
         node-version: '16.x'
14 14
     - run: npm install
15
-    - run: npm run build
15
+    - run: npm pack
16 16
     - name: Check git status
17 17
       run: git status
18 18
     - name: Check git diff

Loading…
取消
儲存