Skip to content

Commit 764dd6b

Browse files
committed
chore: change docs script
1 parent 5e3b111 commit 764dd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"build": "tsup",
4545
"bump": "pnpm run build && pnpx bumpp && npm publish",
46-
"example": "cd example && pnpm i && pnpm dev",
46+
"docs": "cd docs && npm i && npm run dev",
4747
"lint:fix": "eslint --fix",
4848
"test": "vitest --globals"
4949
},

0 commit comments

Comments
 (0)