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/