X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=hooks%2Fpost-update.dist;h=3d4099c4e4731dfd8097ee7cb4d299f71cfb88bb;hp=46eff669f721697977b91e45ecb157bdb935fe80;hb=7a0c1b7e33a346195caebfdfa6489e7c6d0457e6;hpb=f854c94f5ba65f1797fd803416e53f057f29f151 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