Skip to content

Commit

Permalink
copy dereference files
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 6, 2023
1 parent c30c29c commit 4ede102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 4ede102

Please sign in to comment.