feat(exam-prep F0): миграция 022 + импорт-скрипт (800 задач math9, 76% автопроверяемые)

This commit is contained in:
Maxim Dolgolyov
2026-05-29 10:04:30 +03:00
parent b76315573c
commit 948b831273
3 changed files with 413 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
"seed:permissions": "node src/db/seed-permissions.js",
"lint:routes": "node scripts/check-route-auth.js",
"import:content": "node scripts/import-content.js",
"import:exam-tasks": "node scripts/import-exam-tasks.js",
"test": "node --test tests/*.test.js",
"hooks:install": "sh ../scripts/install-hooks.sh"
},