Skip to content

Commit

Permalink
Install packages in workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Mar 30, 2024
1 parent 9d2f777 commit 49a6b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
scope: '@openpv'
- run: yarn install --dev
- run: yarn build
- run: yarn publish --tag alpha
env:
Expand Down

0 comments on commit 49a6b1b

Please sign in to comment.