Skip to content

Commit

Permalink
what about this one?
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent b6254f2 commit 19e43b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cp -r ./lib/ ./bundle/lib/
cp -r bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
cp $(which node) bundle/
wget "https://nodejs.org/dist/v18.17.1/node-v18.17.1-darwin-arm64.tar.gz"
tar xf node-v18.17.1-darwin-arm64.tar.gz
mv node-v18.17.1-darwin-arm64 bundle/node
Expand Down

0 comments on commit 19e43b2

Please sign in to comment.