We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f89df commit 96e2c35Copy full SHA for 96e2c35
.github/workflows/npm-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Test
24
run: pnpm test
25
- name: Build
26
- 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
27
- name: Publish
28
run: cd packages/react-rough-fiber && npm publish --access public
29
env:
packages/react-rough-fiber/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-rough-fiber",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "A React renderer for rendering hand-drawn SVGs.",
5
"keywords": [
6
"react",
0 commit comments