[offers][refactor] standardise seed script with question

pull/501/head
Stuart Long Chay Boon 3 years ago
parent e0f581b609
commit 3b0b448da1

@ -10,8 +10,13 @@
"tsc": "tsc", "tsc": "tsc",
"postinstall": "prisma generate", "postinstall": "prisma generate",
"seed": "ts-node prisma/seed.ts", "seed": "ts-node prisma/seed.ts",
<<<<<<< HEAD
"seed-questions": "ts-node prisma/seed-questions.ts", "seed-questions": "ts-node prisma/seed-questions.ts",
"seedSalaries": "ts-node prisma/readSheet.ts" "seedSalaries": "ts-node prisma/readSheet.ts"
=======
"seed-salaries": "ts-node prisma/seed-salaries.ts",
"seed-questions": "ts-node prisma/seed-questions.ts"
>>>>>>> cfab8715 ([offers][refactor] standardise seed script with question)
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.3", "@headlessui/react": "^1.7.3",

Loading…
Cancel
Save