From 179c5dc276251a2243187779168fd9672e7ada03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 8 Oct 2019 10:21:04 +0200 Subject: [PATCH 1/2] chore(build.sh) Add indicator in watch mode after successful compilation --- CHANGELOG.adoc | 3 +++ hack/build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8b8ee96267..e645779c61 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -70,6 +70,9 @@ | Add --annotation flag | https://github.com/knative/client/pull/422[#422] +| 🎁 +| Update build.sh -w to add a message when compilation succeeded +| https://github.com/knative/client/pull/[] |=== ## v0.2.0 (2019-07-10) diff --git a/hack/build.sh b/hack/build.sh index 900bd4638c..37d559033a 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -222,7 +222,7 @@ watch() { set -e echo "🔁 Watch" - fswatch $fswatch_opts | xargs -n1 -I{} $command + fswatch $fswatch_opts | xargs -n1 -I{} sh -c "$command && echo 👌 OK" } # Dir where this script is located From 9e9c5c194b214c2ec3f9e157e1e365239e8a473f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 8 Oct 2019 10:23:04 +0200 Subject: [PATCH 2/2] chore(build): Update changelog --- CHANGELOG.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e645779c61..feb98b9a04 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -72,7 +72,7 @@ | 🎁 | Update build.sh -w to add a message when compilation succeeded -| https://github.com/knative/client/pull/[] +| https://github.com/knative/client/pull/432[#432] |=== ## v0.2.0 (2019-07-10)