Skip to content

Commit

Permalink
Fix publish workflow (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 authored Jul 13, 2023
1 parent 49d1bd7 commit 1886be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
- name: "Install dependencies"
- run: yarn
run: yarn
- name: Run yarn build
run: |
yarn build:node
Expand Down

0 comments on commit 1886be2

Please sign in to comment.