Skip to content

Commit 7eac58d

Browse files
committed
fix: update package.json scripts and docs/README.md for renamed targets
1 parent 71f9d1e commit 7eac58d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This directory contains the source for mux documentation built with [mdbook](htt
55
## Quick Start
66

77
```bash
8-
# Serve docs with hot reload (opens in browser)
8+
# Build docs
99
bun docs
1010

11-
# Build docs
12-
bun docs:build
11+
# Serve docs with hot reload (opens in browser)
12+
bun docs:serve
1313

1414
# Watch for changes (no server)
1515
bun docs:watch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dist:win": "make dist-win",
3838
"dist:linux": "make dist-linux",
3939
"docs": "make docs",
40-
"docs:build": "make docs-build",
40+
"docs:serve": "make docs-server",
4141
"docs:watch": "make docs-watch",
4242
"storybook": "make storybook",
4343
"storybook:build": "make storybook-build",

0 commit comments

Comments
 (0)