From 4ede102e2293c46f74710cafed7e93432924e761 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Wed, 6 Sep 2023 10:26:42 -0700 Subject: [PATCH] copy dereference files --- scripts/bundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bundle.sh b/scripts/bundle.sh index 214d6449..58d466e3 100644 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -15,8 +15,8 @@ cp -r bin/ bundle/bin/ cp package.json bundle/package.json cp package-lock.json bundle/package-lock.json cp "$(which node)" bundle/ -cp "$(which npm)" bundle/ -cp "$(which npx)" bundle/ +cp -L "$(which npm)" bundle/ +cp -L "$(which npx)" bundle/ pushd bundle/