Commit e4eedfba by g-ouattara

Turn back to using YARN. Having the project run with pnpm was a hassle, better…

Turn back to using YARN. Having the project run with pnpm was a hassle, better avoid it now for future headache sake
parent d1193fdd
pnpm lint-staged yarn lint-staged
\ No newline at end of file \ No newline at end of file
{ {
"*": "pnpm biome-check" "*": "yarn biome-check"
} }
node-linker=hoisted
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"main": "node_modules/expo/AppEntry.js", "main": "node_modules/expo/AppEntry.js",
"scripts": { "scripts": {
"start": "expo start", "start": "npx expo start",
"android": "expo start --android", "android": "expo start --android",
"ios": "expo start --ios", "ios": "expo start --ios",
"web": "expo start --web", "web": "expo start --web",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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