Force republishing packages (#3719)

This commit is contained in:
Greg Bergé
2025-10-11 09:36:58 +02:00
committed by GitHub
parent bdde3929fc
commit 295f03db49
3 changed files with 20 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
---
"@gitbook/browser-types": patch
"@gitbook/cache-tags": patch
"@gitbook/colors": patch
"@gitbook/embed": patch
"@gitbook/emoji-codepoints": patch
"@gitbook/expr": patch
"@gitbook/fonts": patch
"gitbook": patch
"@gitbook/icons": patch
"@gitbook/openapi-parser": patch
"@gitbook/react-contentkit": patch
"@gitbook/react-math": patch
"@gitbook/react-openapi": patch
---
Republish packages
+2 -1
View File
@@ -31,7 +31,8 @@
"build-lib": "tsdown",
"build-standalone": "bun build src/standalone/index.ts --bundle --minify --outdir=standalone",
"clean": "rm -rf ./dist",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"dev": "bun run build -- --watch ./src"
},
"files": ["dist", "README.md", "CHANGELOG.md"],
"publishConfig": {
+1 -1
View File
@@ -32,7 +32,7 @@
"typecheck": "tsc --noEmit",
"unit": "bun test",
"clean": "rm -rf ./dist",
"dev": "bun run build -- --watch"
"dev": "bun run build -- --watch ./src"
},
"files": ["dist", "README.md", "CHANGELOG.md"],
"publishConfig": {