chore: publish command & oxfmt init

This commit is contained in:
2025-12-08 14:42:44 -05:00
parent 61bc17efee
commit c2d1d85180
5 changed files with 101 additions and 8 deletions

View File

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