-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef92a3e
commit 9e83814
Showing
7 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,9 +62,9 @@ | |
"build:alone:watch": "tsc --watch --preserveWatchOutput", | ||
"build:android": "eas build -p android --no-wait --non-interactive", | ||
"build:ios": "eas build -p ios --no-wait --non-interactive", | ||
"build:production": "cross-env BUILD_CHANNEL=production yarn build:ios --profile production && cross-env BUILD_CHANNEL=production yarn build:android --profile production", | ||
"build:stage": "cross-env BUILD_CHANNEL=stage yarn build:ios --profile stage && cross-env BUILD_CHANNEL=stage yarn build:android --profile stage", | ||
"build:watch": "cross-env BUILD_CHANNEL=development lerna run build:alone:watch [email protected]/mobile --include-dependencies --parallel", | ||
"build:production": "yarn build:ios --profile production && yarn build:android --profile production", | ||
"build:stage": "yarn build:ios --profile stage && yarn build:android --profile stage", | ||
"build:watch": "lerna run build:alone:watch [email protected]/mobile --include-dependencies --parallel", | ||
"clean": "lerna run clean:alone [email protected]/mobile --include-dependencies --stream", | ||
"clean:alone": "rimraf .expo dist", | ||
"combine:components": "rnhc combine -c", | ||
|
@@ -93,7 +93,7 @@ | |
"lint:prettier": "prettier --config ../packages/tooling/.prettierrc --ignore-path ../packages/tooling/.prettierignore --loglevel warn", | ||
"lint:tsc": "tsc --noEmit", | ||
"start:dev": "echo \" \n\\033[0;32mPlease run in a separate terminal session the following command:\n \n\\033[0;32myarn --cwd=mobile start:expo\n \n \"", | ||
"start:expo": "cross-env BUILD_CHANNEL=development expo start --port 1010", | ||
"start:expo": "expo start --port 1010", | ||
"test": "yarn build && yarn test:alone", | ||
"test:alone": "jest --rootDir .", | ||
"test:watch": "npm-run-all build --parallel build:watch \"test:alone --watch {@}\" --" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters