Skip to content

Commit

Permalink
chore: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Aug 11, 2024
1 parent c186226 commit 78afca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ logs
node_modules
temp
docs/.vitepress/cache
.vercel
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks",
"docs:dev": "vitepress dev docs",
"docs:build": "npm run build && vitepress build docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
Expand Down

0 comments on commit 78afca9

Please sign in to comment.