Commit 9d3a687f by G

fresh-reset command

parent c84d94d2
......@@ -4,6 +4,7 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment