mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
feat: add example
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
"scripts": {
|
||||
"build": "npm run build:skill",
|
||||
"build:skill": "node scripts/build-skill.mjs",
|
||||
"check": "npm run build && npm run check:skill && npm run check:site",
|
||||
"check": "npm run test:skill && npm run check:skill && npm run check:site",
|
||||
"check:skill": "node scripts/check-skill.mjs",
|
||||
"test:skill": "node --test tests/skill-bundle.test.mjs",
|
||||
"check:draft-rules": "node draft-rules.js",
|
||||
"check:docs": "npm run check:draft-rules",
|
||||
"check:docs-all": "npm run check:site",
|
||||
@@ -19,6 +20,8 @@
|
||||
"node": ">=20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitepress": "1.6.4"
|
||||
"markdown-it": "^14.3.0",
|
||||
"vitepress": "1.6.4",
|
||||
"yaml": "^2.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user