Skip to content

Commit 714bf32

Browse files
committed
fix: working docs generation commands
1 parent b47360c commit 714bf32

File tree

2 files changed

+496
-1
lines changed

2 files changed

+496
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"preinstall": "npx only-allow pnpm",
1919
"dev": "rollup -cw",
2020
"build": "rollup --config rollup.config.ts --configPlugin typescript --environment NODE_ENV:production",
21-
"docs": "typedoc ./src",
21+
"docs:generate": "typedoc",
22+
"docs:serve": "serve docs",
2223
"lint": "eslint . --flag unstable_ts_config",
2324
"lint:fix": "eslint . --fix --flag unstable_ts_config",
2425
"release:publish": "changeset publish",
@@ -38,6 +39,7 @@
3839
"rollup": "^4.21.0",
3940
"rollup-plugin-dts": "^6.1.1",
4041
"rollup-plugin-esbuild": "^6.1.1",
42+
"serve": "^14.2.3",
4143
"tslib": "^2.6.3",
4244
"typedoc": "^0.26.6",
4345
"typescript": "~5.5.4"

0 commit comments

Comments
 (0)