Ver código fonte

fix(ci) test type generation

dev1
Saúl Ibarra Corretgé 3 anos atrás
pai
commit
25dfd03117
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Ver arquivo

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

Carregando…
Cancelar
Salvar