X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=hooks%2Fpost-update.dist;fp=hooks%2Fpost-update.dist;h=3d4099c4e4731dfd8097ee7cb4d299f71cfb88bb;hp=46eff669f721697977b91e45ecb157bdb935fe80;hb=7c42b2ff7b431f49c4ab8cfb97ed5a51a6574586;hpb=0e76401fc85b8e621682e4e40b471e047ec2b630 diff --git a/hooks/post-update.dist b/hooks/post-update.dist index 46eff669..3d4099c4 100755 --- a/hooks/post-update.dist +++ b/hooks/post-update.dist @@ -14,4 +14,5 @@ if [ $clientLines -ne 0 ]; then cd client npm run build fi -# TOOD: also should restart the service if server code changes + +# NOTE: should also restart the service if server code changes