mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 05:25:11 +00:00
Add build script to package.json
Introduced a 'build' script that runs 'vitepress build docs' to streamline documentation building. This provides a standard 'npm run build' command for the project.
This commit is contained in:
parent
e8d7d4564c
commit
b7bc2faa87
@ -3,7 +3,8 @@
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:serve": "vitepress serve docs"
|
||||
"docs:serve": "vitepress serve docs",
|
||||
"build": "vitepress build docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user