mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +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-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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user