Skip to content

Commit

Permalink
Merge pull request #3 from chyzwar/test
Browse files Browse the repository at this point in the history
chore(): add mising install in publish workflow
  • Loading branch information
chyzwar authored Sep 30, 2023
2 parents 5baabbd + 967ab4e commit 4313d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: '18'

- name: Install
run: yarn install

- name: Run build
run: yarn build

Expand Down

0 comments on commit 4313d2f

Please sign in to comment.