Finally got this repo set up nice I think
This commit is contained in:
@@ -38,9 +38,10 @@
|
||||
"clean:ws": "turbo run clean",
|
||||
"dev": "turbo run dev",
|
||||
"dev:tunnel": "turbo run dev:tunnel",
|
||||
"dev:next": "turbo run dev -F @gib/next",
|
||||
"dev:expo": "turbo run dev -F @gib/expo",
|
||||
"dev:expo:tunnel": "turbo run dev -F @gib/expo --tunnel",
|
||||
"dev:next": "turbo run dev -F @gib/next -F @gib/backend",
|
||||
"dev:expo": "turbo run dev -F @gib/expo -F @gib/backend",
|
||||
"dev:backend": "turbo run dev -F @gib/backend",
|
||||
"dev:expo:tunnel": "turbo run dev:tunnel -F @gib/expo -F @gib/backend",
|
||||
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
|
||||
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
|
||||
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
|
||||
|
||||
Reference in New Issue
Block a user