Skip to content

Commit

Permalink
Bundle npm&npx
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent b4a8c15 commit 91a718a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 91a718a

Please sign in to comment.