Skip to content

Commit dc8085a

Browse files
committed
chore: add docs:auto:md command
1 parent 375367a commit dc8085a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"automd": "jiti src/cli.ts",
2525
"docs:dev": "cd docs && bun i && bun dev",
26+
"docs:automd": "pnpm automd --dir docs --input '**/*.md' --watch",
2627
"build": "pnpm automd && unbuild",
2728
"dev": "vitest --coverage -u",
2829
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src",

0 commit comments

Comments
 (0)