Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8da86e4

Browse files
authoredApr 25, 2025
Fix npm publish includes README (#175)
* Fix npm publish includes README * Update curvy-meals-admire.md
1 parent 953a40b commit 8da86e4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
 

‎.changeset/curvy-meals-admire.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@soundxyz/graphql-react-query': patch
3+
'@soundxyz/graphql-react-ws': patch
4+
---
5+
6+
Fix NPM publish include README.md

‎packages/graphql-react-query/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ await Promise.all([
3434
},
3535
}),
3636
execaCommand(`tsc -p tsconfig.build.json`),
37+
execaCommand(`cp README.md dist/README.md`),
3738
]);

‎packages/graphql-react-ws/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ await Promise.all([
3434
},
3535
}),
3636
execaCommand(`tsc -p tsconfig.build.json`),
37+
execaCommand(`cp README.md dist/README.md`),
3738
]);

0 commit comments

Comments
 (0)