Skip to content

Commit ebd63e3

Browse files
committed
chore: change deprecated javy compile to javy build
1 parent 7314a7f commit ebd63e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ generate: examples/plugin.wasm examples/sqlc.dev.yaml
55

66
# https://github.com/bytecodealliance/javy/releases/tag/v1.2.0
77
examples/plugin.wasm: out.js
8-
./javy compile out.js -o examples/plugin.wasm
8+
./javy build out.js -o examples/plugin.wasm
99

1010
out.js: src/app.ts $(wildcard src/drivers/*.ts) src/gen/plugin/codegen_pb.ts
1111
npx tsc --noEmit

0 commit comments

Comments
 (0)