Skip to content

Commit 1d4f56a

Browse files
fix: re-add make target
1 parent b343f47 commit 1d4f56a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ setup-ci-wasm-plugin:
3535
dotnet publish WasmRunner -c release --output dist/
3636
./scripts/wasm/copy_plugin_to.sh dist
3737
./scripts/wasm/update_sha.sh sqlc.ci.yaml
38+
39+
# Manual
40+
generate-protobuf:
41+
./scripts/generate_protobuf.sh

0 commit comments

Comments
 (0)