Skip to content

Commit

Permalink
chore: update mdbook to the latest available
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 26, 2023
1 parent 27f9c1d commit ac3bd59
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.13 build",
"build:docs": "USER_INFO=$(id -u):$(id -g) docker run --rm -v ${PWD}/docs:/book peaceiris/mdbook:v0.4.34 build",
"build:workspaces": "npm run build --workspaces --if-present",
"build-declaration": "tsc --declaration",
"watch": "npm run build -- -w",
Expand Down

0 comments on commit ac3bd59

Please sign in to comment.