Skip to content

Commit 41bd8af

Browse files
committed
#main undo dev command change
1 parent e0290a8 commit 41bd8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "pnpm run update-contributors && vitepress build && cp _redirects .vitepress/dist",
8-
"dev": "vitepress dev",
8+
"dev": "pnpm run update-contributors && vitepress dev",
99
"tokens": "co build",
1010
"update-contributors": "node scripts/update-contributors.js"
1111
},

0 commit comments

Comments
 (0)