mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-16 14:02:51 +08:00
[questions][chore] add questions seeding script (#450)
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"lint": "next lint",
|
||||
"tsc": "tsc",
|
||||
"postinstall": "prisma generate",
|
||||
"seed": "ts-node prisma/seed.ts"
|
||||
"seed": "ts-node prisma/seed.ts",
|
||||
"seed-questions": "ts-node prisma/seed-questions.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.3",
|
||||
|
||||
Reference in New Issue
Block a user