We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3347914 commit 050313dCopy full SHA for 050313d
.changeset/spotty-cameras-fetch.md
@@ -0,0 +1,6 @@
1
+---
2
+'react-docgen': patch
3
+'@react-docgen/cli': patch
4
5
+
6
+Correctly add LICENSE file to published packages
package.json
@@ -15,7 +15,8 @@
15
"playground:build": "yarn workspace @react-docgen-internal/playground run build",
16
"playground:start": "yarn workspace @react-docgen-internal/playground run start",
17
"changesets-version": "changeset version && yarn install --mode update-lockfile",
18
- "release": "yarn build && changeset publish"
+ "copy:license": "cp ./LICENSE ./packages/react-docgen/ && cp ./LICENSE ./packages/react-docgen-cli/",
19
+ "release": "yarn build && yarn copy:license && changeset publish"
20
},
21
"license": "MIT",
22
"workspaces": [
0 commit comments