Skip to content

Commit

Permalink
build: fix clone script
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 18, 2023
1 parent a17ebb5 commit dd3baf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions scripts/clone_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ do
done < scripts/packages.txt

cd "./packages/call-apis"
ln -s ../../../scripts/tsconfig.json_call-apis ./tsconfig.json
ln -s ../../scripts/tsconfig.json_call-apis ./tsconfig.json
cd $current_folder

cd "./packages/node-expansion"
ln -s ../../../scripts/tsconfig.json_node-expansion ./tsconfig.json
ln -s ../../scripts/tsconfig.json_node-expansion ./tsconfig.json
# # no need to do this after we commit the package name change to the repo
# if [ "$(uname)" = "Darwin" ]; then
# # sed on mac has a workaround to make it work
Expand Down

0 comments on commit dd3baf8

Please sign in to comment.