ci: call yarn command from the corepack command (#134)

This commit is contained in:
Alfi Maulana
2023-12-14 10:04:34 +07:00
committed by GitHub
parent a56fc88b91
commit 0a416228af
2 changed files with 11 additions and 5 deletions

View File

@@ -21,4 +21,6 @@ jobs:
uses: threeal/yarn-install-action@v1.0.0
- name: Build Package
run: yarn build && git diff --exit-code HEAD
run: |
corepack yarn build
git diff --exit-code HEAD