Skip to content

Commit 316c696

Browse files
committed
[portal][misc] add US companies
1 parent b99c547 commit 316c696

File tree

6 files changed

+334
-32
lines changed

6 files changed

+334
-32
lines changed

apps/portal/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"seed-salaries": "ts-node prisma/seed-salaries.ts",
1414
"seed-analysis": "ts-node prisma/seed-analysis.ts",
1515
"seed-questions": "ts-node prisma/seed-questions.ts",
16+
"seed-companies": "ts-node prisma/seed-companies.ts",
1617
"map-internship-cycle": "ts-node prisma/map-internship-cycle.ts"
1718
},
1819
"dependencies": {
@@ -58,6 +59,7 @@
5859
"@types/react-dom": "^18.0.6",
5960
"@types/react-pdf": "^5.7.2",
6061
"autoprefixer": "^10.4.12",
62+
"csv": "^6.2.2",
6163
"postcss": "^8.4.16",
6264
"prettier-plugin-tailwindcss": "^0.1.13",
6365
"prisma": "^4.4.0",

0 commit comments

Comments
 (0)