From 91a718a82d1a0fa2debb94dc6ec04c5f2f5c748f Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Tue, 5 Sep 2023 19:43:03 -0700 Subject: [PATCH] Bundle npm&npx --- scripts/bundle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bundle.sh b/scripts/bundle.sh index cf41bb08..214d6449 100644 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -15,7 +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/ pushd bundle/