pass tablepath to funcition builder

This commit is contained in:
shamsmosowi
2021-09-16 07:37:16 +10:00
parent 8844a8fab3
commit d129fc496b
4 changed files with 6 additions and 5 deletions

View File

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