remove useless element

This commit is contained in:
RemiSaurel
2022-08-01 23:32:54 +02:00
parent f10ed68763
commit 8c6b2f2ef3
-14
View File
@@ -1,14 +0,0 @@
#!/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 -