Skip to content

Commit 57adb3e

Browse files
authored
Fix publish with changeset (#2386)
1 parent 7377928 commit 57adb3e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/slimy-crabs-confess.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@gitbook/emoji-codepoints': minor
3+
'@gitbook/react-contentkit': minor
4+
'@gitbook/react-math': minor
5+
'@gitbook/react-openapi': minor
6+
---
7+
8+
Second release to fix publishing with changeset

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"unit": "bun test {src,packages}",
1515
"e2e": "playwright test",
1616
"changeset": "changeset",
17+
"release": "changeset publish",
1718
"postinstall": "rm -rf ./public/~gitbook/static/[email protected] && mkdir -p ./public/~gitbook/static/ && cp -R node_modules/mathjax/es5 ./public/~gitbook/static/[email protected]"
1819
},
1920
"workspaces": [

0 commit comments

Comments
 (0)