Skip to content

Commit

Permalink
Don't rebuild SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Nov 6, 2024
1 parent f3dbb28 commit c92c040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ install_provider:: provider install_nodejs_sdk

generate_schema:: schema

install_nodejs_sdk:: build_nodejs
install_nodejs_sdk:: # Removed build dependency
yarn link --cwd $(WORKING_DIR)/sdk/nodejs/bin

install_dotnet_sdk:: build_dotnet
install_dotnet_sdk:: # Removed build dependency
mkdir -p $(WORKING_DIR)/nuget
find . -name '*.nupkg' -print -exec cp -p {} ${WORKING_DIR}/nuget \;

Expand Down

0 comments on commit c92c040

Please sign in to comment.