Parcourir la source

Update build.yml

pull/211/head
Caven Chen il y a 5 mois
Parent
révision
d4b596c76a
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer