Skip to content

Commit

Permalink
fix bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 16, 2024
1 parent 7b99770 commit 2fad056
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ rm -rf ./bundle/
mkdir ./bundle/
mkdir -p ./bundle/scripts
cp -r ./src/ ./bundle/src/
cp -r ./bin/ bundle/bin/
cp package.json bundle/package.json
cp package-lock.json bundle/package-lock.json
cp tsconfig.json bundle/tsconfig.json
Expand Down

0 comments on commit 2fad056

Please sign in to comment.