Skip to content

Commit

Permalink
Made build the default action if no parameter is given.
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Feb 27, 2019
1 parent 53f3b76 commit 336cb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ case $1 in
build) build;;
watch) watch;;
spellcheck) spellcheck;;
*) build;;
esac

0 comments on commit 336cb3c

Please sign in to comment.