Sfoglia il codice sorgente

Update build.yml

pull/211/head
Caven Chen 5 mesi fa
parent
commit
d4b596c76a
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml Vedi File

@@ -25,4 +25,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Publish project
run: yarn && yarn run build:release
run: yarn install --force && yarn run build:release

Loading…
Annulla
Salva