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