@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:remisaurel/todoapp.git master:gh-pages
cd -
The note is not visible to the blocked user.