Skip to content

Commit e2a537c

Browse files
committed
feat: add development and build scripts to package.json
- Introduced new scripts for development and build processes using docmd, enhancing project workflow and automation.
1 parent 82bcd26 commit e2a537c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"version": "0.3.5",
55
"packageManager": "pnpm@10.26.0",
66
"scripts": {
7+
"dev": "docmd dev",
8+
"build": "docmd build",
79
"docs:dev": "docmd dev",
810
"docs:build": "docmd build"
911
},

0 commit comments

Comments
 (0)