Skip to content

Commit

Permalink
mv README before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowen7 committed Apr 21, 2023
1 parent 05f89df commit 96e2c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test
run: pnpm test
- name: Build
run: cd packages/react-rough-fiber && pnpm run pre-publish
run: mv README.md packages/react-rough-fiber && cd packages/react-rough-fiber && pnpm run pre-publish
- name: Publish
run: cd packages/react-rough-fiber && npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-rough-fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-rough-fiber",
"version": "0.0.3",
"version": "0.0.4",
"description": "A React renderer for rendering hand-drawn SVGs.",
"keywords": [
"react",
Expand Down

1 comment on commit 96e2c35

@vercel
Copy link

@vercel vercel bot commented on 96e2c35 Apr 21, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.