Skip to content

Commit

Permalink
docs: copy readme (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-lindgren authored Jan 25, 2025
1 parent f732bc9 commit 4aea021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/immer-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"build": "tsc && vite build",
"test": "NODE_NO_WARNINGS=1 vitest",
"coverage": "vitest run --coverage",
"release": "standard-version",
"copy-readme": "cp ../../README.md README.md",
"release": "yarn copy-readme && standard-version",
"check:types": "tsc --noEmit"
},
"peerDependencies": {
Expand Down

0 comments on commit 4aea021

Please sign in to comment.