mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 21:45:14 +00:00
Update build script to use direct VitePress binary
Changed the build script in package.json to invoke the VitePress binary directly via node instead of using npx. This can improve reliability in certain environments where npx behavior may vary.
This commit is contained in:
parent
951bb947df
commit
2f185d919c
@ -4,7 +4,7 @@
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:serve": "vitepress serve docs",
|
||||
"build": "npx vitepress build docs"
|
||||
"build": "node node_modules/vitepress/bin/vitepress.js build docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user