We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907eb80 commit 8f9d518Copy full SHA for 8f9d518
.gitignore
@@ -177,3 +177,5 @@ dist
177
.DS_Store
178
179
.turbo/
180
+
181
+packages/*/README.md
package.json
@@ -18,7 +18,8 @@
18
"dev": "turbo run dev",
19
"lint": "turbo run lint",
20
"test": "turbo run test",
21
- "publish-packages": "changeset version && changeset publish"
+ "copy-readme": "cp README.md packages/server/README.md && cp README.md packages/client/README.md",
22
+ "publish-packages": "pnpm run copy-readme && changeset version && changeset publish"
23
},
24
"workspaces": ["packages/*"],
25
"devDependencies": {
0 commit comments