Skip to content

Commit 295f03d

Browse files
authored
Force republishing packages (#3719)
1 parent bdde392 commit 295f03d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.changeset/olive-swans-jam.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@gitbook/browser-types": patch
3+
"@gitbook/cache-tags": patch
4+
"@gitbook/colors": patch
5+
"@gitbook/embed": patch
6+
"@gitbook/emoji-codepoints": patch
7+
"@gitbook/expr": patch
8+
"@gitbook/fonts": patch
9+
"gitbook": patch
10+
"@gitbook/icons": patch
11+
"@gitbook/openapi-parser": patch
12+
"@gitbook/react-contentkit": patch
13+
"@gitbook/react-math": patch
14+
"@gitbook/react-openapi": patch
15+
---
16+
17+
Republish packages

packages/embed/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"build-lib": "tsdown",
3232
"build-standalone": "bun build src/standalone/index.ts --bundle --minify --outdir=standalone",
3333
"clean": "rm -rf ./dist",
34-
"typecheck": "tsc --noEmit"
34+
"typecheck": "tsc --noEmit",
35+
"dev": "bun run build -- --watch ./src"
3536
},
3637
"files": ["dist", "README.md", "CHANGELOG.md"],
3738
"publishConfig": {

packages/expr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit",
3333
"unit": "bun test",
3434
"clean": "rm -rf ./dist",
35-
"dev": "bun run build -- --watch"
35+
"dev": "bun run build -- --watch ./src"
3636
},
3737
"files": ["dist", "README.md", "CHANGELOG.md"],
3838
"publishConfig": {

0 commit comments

Comments
 (0)