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 dd2801f commit c55eeaf
Showing 1 changed file with 1 addition and 1 deletion.
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": "vitepress build docs",
"docs:build": "nr build && vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
Expand Down

0 comments on commit c55eeaf

Please sign in to comment.