Skip to content

Commit

Permalink
Update mdbook version pin
Browse files Browse the repository at this point in the history
v0.4.34 doesn't have multi-arch images, so for those of us running
on arm boxes (such as, for instance, lima on a new Mac) - running
build:doc doesn't so much work. The latest mdbook release, v.0.4.40
seems to build things just fine and has multi-arch images, so update
the pin.
  • Loading branch information
emonty authored and tkurki committed Oct 24, 2024
1 parent df59acf commit ecb8728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "tsc --build && npm run build:docs",
"build:all": "npm run build:workspaces && npm run build && npm run build-declaration && npm run build:docs",
"build:docs": "USER_INFO=$(id -u):$(id -g) docker run --rm -v ${PWD}/docs:/book peaceiris/mdbook:v0.4.34 build",
"build:docs": "USER_INFO=$(id -u):$(id -g) docker run --rm -v ${PWD}/docs:/book peaceiris/mdbook:v0.4.40 build",
"build:workspaces": "npm run build --workspaces --if-present",
"build-declaration": "tsc --declaration",
"watch": "tsc --build -w",
Expand Down

0 comments on commit ecb8728

Please sign in to comment.