mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:43:25 +00:00
chore: add run config
This commit is contained in:
40
.fleet/run.json
Normal file
40
.fleet/run.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Run iOS",
|
||||
"program": "pnpm",
|
||||
"args": [
|
||||
"ios"
|
||||
],
|
||||
"workingDir": "apps/expo/",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Run Android",
|
||||
"program": "pnpm",
|
||||
"args": [
|
||||
"android"
|
||||
],
|
||||
"workingDir": "apps/expo/",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Build IPA",
|
||||
"program": "pnpm",
|
||||
"args": [
|
||||
"ipa"
|
||||
],
|
||||
"workingDir": "apps/expo/",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Build APK",
|
||||
"program": "pnpm",
|
||||
"args": [
|
||||
"apk"
|
||||
],
|
||||
"workingDir": "apps/expo/",
|
||||
},
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user