ran pre-commit and fixed issues

This commit is contained in:
Yannic Kilcher
2022-12-13 12:38:59 +01:00
parent ceda5481b9
commit d3d657e636
43 changed files with 213 additions and 154 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",