Skip to content

Commit

Permalink
use tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Dec 21, 2023
1 parent 9cda3ae commit 7be785c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start:ci": "dotenv -- remix-serve build",
"typecheck": "tsc -b",
"validate": "run-p lint typecheck",
"script": "ts-node --require tsconfig-paths/register ./scripts/$npm_config_name.ts"
"script": "tsx ./scripts/$npm_config_name.ts"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
Expand Down Expand Up @@ -63,15 +63,15 @@
"prisma": "^5.7.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"prisma": {
"schema": "app/database/schema.prisma",
"seed": "ts-node --require tsconfig-paths/register scripts/_seed.ts"
"seed": "tsx scripts/_seed.ts"
}
}

0 comments on commit 7be785c

Please sign in to comment.