Selaa lähdekoodia

fix(ci) test type generation

release-8443
Saúl Ibarra Corretgé 3 vuotta sitten
vanhempi
commit
25dfd03117
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Näytä tiedosto

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

Loading…
Peruuta
Tallenna