fix style + ytb player

This commit is contained in:
RemiSaurel
2022-08-01 23:32:30 +02:00
parent 75afea9b0d
commit f10ed68763
5 changed files with 37 additions and 91 deletions
Executable
+14
View File
@@ -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 -