Browse Source

fix(ci) test type generation

tags/v0.0.2
Saúl Ibarra Corretgé 2 years ago
parent
commit
25dfd03117
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -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…
Cancel
Save