Skip to content

Commit

Permalink
fix: rename seed.js to seed.ts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulijuz committed Nov 8, 2023
1 parent ce07e5d commit c2c9945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"prisma": {
"schema": "src/prisma/schema.prisma",
"seed": "node src/prisma/seed.js"
"seed": "node src/prisma/seed.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
Expand Down

0 comments on commit c2c9945

Please sign in to comment.