mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Force republishing packages (#3719)
This commit is contained in:
@@ -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
|
||||||
@@ -31,7 +31,8 @@
|
|||||||
"build-lib": "tsdown",
|
"build-lib": "tsdown",
|
||||||
"build-standalone": "bun build src/standalone/index.ts --bundle --minify --outdir=standalone",
|
"build-standalone": "bun build src/standalone/index.ts --bundle --minify --outdir=standalone",
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit",
|
||||||
|
"dev": "bun run build -- --watch ./src"
|
||||||
},
|
},
|
||||||
"files": ["dist", "README.md", "CHANGELOG.md"],
|
"files": ["dist", "README.md", "CHANGELOG.md"],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"unit": "bun test",
|
"unit": "bun test",
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"dev": "bun run build -- --watch"
|
"dev": "bun run build -- --watch ./src"
|
||||||
},
|
},
|
||||||
"files": ["dist", "README.md", "CHANGELOG.md"],
|
"files": ["dist", "README.md", "CHANGELOG.md"],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user