This commit is contained in:
Sidney Alcantara
2021-09-15 21:07:56 +10:00
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -27,3 +27,5 @@ firebase-debug.log*
.eslintcache
.npm
.vercel

View File

@@ -70,6 +70,7 @@
"yup": "^0.32.9"
},
"scripts": {
"upstream": "git fetch upstream;git merge upstream/v2;git push",
"serve": "serve -s build",
"start": "craco start",
"build": "craco build",