This commit is contained in:
2025-12-08 10:47:09 -05:00
parent 136b88ccdc
commit c4445aa92f
109 changed files with 9007 additions and 1219 deletions

View File

@@ -163,7 +163,7 @@ build_nodejs: .make/build_nodejs
.make/build_nodejs: .make/generate_nodejs
cd sdk/nodejs/ && \
pnpm install && \
pnpm run tsc && \
pnpm tsc && \
cp ../../README.md ../../LICENSE package.json pnpm-lock.yaml ./bin/
@touch $@
.PHONY: generate_nodejs build_nodejs