We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9986e commit 2dcbfdbCopy full SHA for 2dcbfdb
docs/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"private": true,
5
"scripts": {
6
- "build:docs": "rspress build",
+ "build": "rspress build",
7
"lint": "biome check --write",
8
"dev": "rspress dev",
9
"format": "biome format --write",
package.json
@@ -34,7 +34,7 @@
34
35
"build": "pnpm run -r build",
36
"build:watch": "pnpm run -r --parallel build:watch",
37
- "build:docs": "pnpm -F @ottrelite/docs run build:docs",
+ "build:docs": "pnpm -F @ottrelite/docs run build",
38
"lint": "pnpm run -r lint",
39
"typecheck": "pnpm run -r typecheck",
40
"test": "pnpm run -r test",
0 commit comments