Skip to content

Commit

Permalink
chore(build.sh) Add indicator in watch mode after successful compilat…
Browse files Browse the repository at this point in the history
…ion (knative#432)

* chore(build.sh) Add indicator in watch mode after successful compilation

* chore(build): Update changelog
  • Loading branch information
rhuss authored and maximilien committed Oct 8, 2019
1 parent 5aa0155 commit 8ffa080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/432[#432]
|===

## v0.2.0 (2019-07-10)
Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffa080

Please sign in to comment.