Fix publish with changeset (#2386)

This commit is contained in:
Samy Pessé
2024-07-19 08:23:03 +02:00
committed by GitHub
parent 7377928c8a
commit 57adb3e54a
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@gitbook/emoji-codepoints': minor
'@gitbook/react-contentkit': minor
'@gitbook/react-math': minor
'@gitbook/react-openapi': minor
---
Second release to fix publishing with changeset
+1
View File
@@ -14,6 +14,7 @@
"unit": "bun test {src,packages}",
"e2e": "playwright test",
"changeset": "changeset",
"release": "changeset publish",
"postinstall": "rm -rf ./public/~gitbook/static/mathjax@3.2.2 && mkdir -p ./public/~gitbook/static/ && cp -R node_modules/mathjax/es5 ./public/~gitbook/static/mathjax@3.2.2"
},
"workspaces": [