mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
update packages
This commit is contained in:
@@ -70,10 +70,10 @@
|
||||
"yup": "^0.32.9"
|
||||
},
|
||||
"scripts": {
|
||||
"upstream": "git fetch upstream;git merge upstream/v2;git commit -m'merge upstream';git push",
|
||||
"upstream": "git fetch upstream;git merge upstream/main;git commit -m'merge upstream';git push",
|
||||
"serve": "serve -s build",
|
||||
"start": "craco start",
|
||||
"build": "craco build",
|
||||
"build": "craco build CI=false",
|
||||
"test": "craco test --env=jsdom",
|
||||
"eject": "craco eject",
|
||||
"env": "node createDotEnv",
|
||||
|
||||
Reference in New Issue
Block a user