Skip to content

Commit

Permalink
fix(actions): Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dPaskhin committed Nov 28, 2022
1 parent f9af3f8 commit 302b8be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'

- name: Install modules
run: npm ci

- name: Build
run: npm run build:lib

- name: Publish
run: npm publish --workspaces
env:
Expand Down

0 comments on commit 302b8be

Please sign in to comment.