Skip to content

Commit

Permalink
node v20.11에서 수정된 import hook 실행 순서 버그를 반영함 (#1128)
Browse files Browse the repository at this point in the history
nodejs/node#50474 로 수정된 nodejs `--import` 실행 순서 버그를 코드베이스에 반영함
  • Loading branch information
devunt committed Jan 26, 2024
1 parent 71e157e commit 01f8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/penxle.com/package.json
Expand Up @@ -15,7 +15,7 @@
"lint:typecheck": "tsc",
"migrate": "doppler run -- prisma migrate dev",
"migrate:new": "doppler run -- prisma migrate dev --create-only",
"run:script": "doppler run -- tsx --import ./scripts/loader/register.js",
"run:script": "doppler run -- node --import ./scripts/loader/register.js --import tsx",
"test": "playwright test"
},
"dependencies": {
Expand Down

0 comments on commit 01f8d8c

Please sign in to comment.