Skip to content

Commit

Permalink
chore: add docs:dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 12, 2024
1 parent 92baec6 commit bf4bdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"scripts": {
"automd": "jiti src/cli.ts",
"docs:dev": "cd docs && bun i && bun dev",
"build": "pnpm automd && unbuild",
"dev": "vitest --coverage -u",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src",
Expand Down

0 comments on commit bf4bdb1

Please sign in to comment.