Skip to content

Commit 2dcbfdb

Browse files
committed
chore: rename docs build script
1 parent 7b9986e commit 2dcbfdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"build:docs": "rspress build",
6+
"build": "rspress build",
77
"lint": "biome check --write",
88
"dev": "rspress dev",
99
"format": "biome format --write",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"build": "pnpm run -r build",
3636
"build:watch": "pnpm run -r --parallel build:watch",
37-
"build:docs": "pnpm -F @ottrelite/docs run build:docs",
37+
"build:docs": "pnpm -F @ottrelite/docs run build",
3838
"lint": "pnpm run -r lint",
3939
"typecheck": "pnpm run -r typecheck",
4040
"test": "pnpm run -r test",

0 commit comments

Comments
 (0)