From 01f8d8c16fa4c05e2805761e1f9b59c5fef0a3d8 Mon Sep 17 00:00:00 2001 From: Bae Junehyeon <337728+devunt@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:53:51 +0000 Subject: [PATCH] =?UTF-8?q?node=20v20.11=EC=97=90=EC=84=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EB=90=9C=20import=20hook=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=88=9C=EC=84=9C=20=EB=B2=84=EA=B7=B8=EB=A5=BC=20=EB=B0=98?= =?UTF-8?q?=EC=98=81=ED=95=A8=20(#1128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/nodejs/node/pull/50474 로 수정된 nodejs `--import` 실행 순서 버그를 코드베이스에 반영함 --- apps/penxle.com/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/penxle.com/package.json b/apps/penxle.com/package.json index 5e90a1f3b..643d6c7a0 100644 --- a/apps/penxle.com/package.json +++ b/apps/penxle.com/package.json @@ -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": {