From ec8d742432604d3136b9fb8df683ee07ac069447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ko=C5=82odziejczak?= <31549762+mrl5@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:19:31 +0000 Subject: [PATCH] fix(deno-client): fix build.sh to have reproducible builds (#793) --- deno-client/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deno-client/README.md b/deno-client/README.md index 4c6682d476..fc137bc4c0 100644 --- a/deno-client/README.md +++ b/deno-client/README.md @@ -1,3 +1,7 @@ # windmill-deno-client -Deno client for Windmill \ No newline at end of file +Deno client for Windmill + +## Howto build locally + +run `./build.sh`