This commit is contained in:
S. Gromov
2026-08-10 09:12:22 +03:00
parent b5db9e5158
commit 691069af8e
55 changed files with 1519 additions and 3383 deletions

View File

@@ -8,10 +8,8 @@
"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",
"check:site": "npm run check:draft-rules && npm run docs:build && node scripts/check-site.mjs",
"check:docs": "node scripts/check-docs.mjs",
"check:site": "npm run check:docs && npm run docs:build && node scripts/check-site.mjs",
"docs:dev": "vitepress dev site",
"docs:build": "vitepress build site",
"docs:preview": "vitepress preview site"