Skip to content

Commit

Permalink
Update npm-publish
Browse files Browse the repository at this point in the history
hotfix: fixed actions workflow build command
  • Loading branch information
samk-dev authored Aug 8, 2023
1 parent de8316c commit 2b0ac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: pnpm install

- name: Build
run: pnpm build
run: pnpm --filter @samk-dev/nuxt-uikit3 prepack

- name: Publish
run: pnpm --filter @samk-dev/nuxt-uikit3 publish --access public --no-git-checks
Expand Down

0 comments on commit 2b0ac4f

Please sign in to comment.