Skip to content

Commit

Permalink
[fix] PNPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jul 8, 2022
1 parent 0684492 commit 8eb59ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: pnpm i --frozen-lockfile
- name: Build & Publish
run: pnpm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Update document
Expand Down

1 comment on commit 8eb59ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for idea-react ready!

✅ Preview
https://idea-react-a5fllcjj0-stevending1st.vercel.app

Built with commit 8eb59ab.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.