mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
chore: Новый черновик DRAFT, удалить старые docs-v
This commit is contained in:
10
package.json
10
package.json
@@ -5,11 +5,12 @@
|
||||
"scripts": {
|
||||
"build": "npm run build:skill",
|
||||
"build:skill": "node scripts/build-skill.mjs",
|
||||
"check": "npm run build && npm run check:skill && npm run check:docs-all",
|
||||
"check": "npm run build && npm run check:skill && npm run check:site",
|
||||
"check:skill": "node scripts/check-skill.mjs",
|
||||
"check:docs": "node scripts/check-docs.mjs",
|
||||
"check:docs-search": "node scripts/check-docs-search.mjs",
|
||||
"check:docs-all": "npm run check:docs && npm run docs:build && npm run check:docs-search",
|
||||
"check:draft-rules": "node draft-rules.js",
|
||||
"check:docs": "npm run check:draft-rules",
|
||||
"check:docs-all": "npm run check:site",
|
||||
"check:site": "npm run check:draft-rules && npm run docs:build && node scripts/check-site.mjs",
|
||||
"docs:dev": "vitepress dev site",
|
||||
"docs:build": "vitepress build site",
|
||||
"docs:preview": "vitepress preview site"
|
||||
@@ -18,7 +19,6 @@
|
||||
"node": ">=20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"minisearch": "7.2.0",
|
||||
"vitepress": "1.6.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user