Skip to content

Commit

Permalink
chore: ensure deduplicated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jan 15, 2025
1 parent 4aeca78 commit f8ba242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mk/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ AWSX_SRC := $(wildcard awsx/*.*) $(wildcard awsx/*/*.ts)
.make/provider/darwin-arm64: TARGET := node16-macos-arm64
.make/provider/windows-amd64: TARGET := node16-win-x64
.make/provider/%: .make/awsx_bin .make/gen_types
cd awsx && yarn run check-duplicate-deps
cd awsx && yarn run pkg . ${PKG_ARGS} --target "${TARGET}" --output "${PROVIDER_BIN}"
mkdir -p .make/provider
@touch $@
Expand Down

0 comments on commit f8ba242

Please sign in to comment.