yurii-diakiv / homepage

My very own personal website. Basically this is just a résumé.
https://yurii-diakiv.github.io/homepage/
MIT License
0 stars 0 forks source link

Create .git/hooks/pre-commit #30

Closed yurii-diakiv closed 3 years ago

yurii-diakiv commented 3 years ago

!/bin/sh

if workbox generateSW workbox-config.js ; then git add sw.js exit 0 else echo "Cannot generate sw.js" echo "Aborting" fi