-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dev file for easy dev setup (#120)
- Loading branch information
Showing
9 changed files
with
2,013 additions
and
1,928 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: checkout-sheet-kit-react-native | ||
|
||
type: node | ||
|
||
up: | ||
- ruby | ||
- node: | ||
version: v20.11.1 | ||
yarn: 1.22.22 | ||
- custom: | ||
name: Install gems | ||
met?: (cd sample/ios && bundle check) | ||
meet: | | ||
(cd sample/ios && bundle install) | ||
- custom: | ||
name: Install pods | ||
met?: (cd sample/ios && bundle exec pod check --ignore-dev-pods) | ||
meet: | | ||
yarn pod-install | ||
- custom: | ||
name: Build node module | ||
met?: (cd modules/@shopify/checkout-sheet-kit && ls -l | grep lib) | ||
meet: | | ||
yarn module build | ||
packages: | ||
- xcode | ||
|
||
commands: | ||
|
||
server: | ||
desc: 'Start development server' | ||
run: yarn sample start --reset-cache | ||
|
||
ios: | ||
desc: 'Run iOS simulator' | ||
run: yarn sample ios | ||
|
||
android: | ||
desc: 'Run Android emulator' | ||
run: yarn sample android | ||
|
||
clean: | ||
desc: 'rm -rf all generated directories' | ||
run: | | ||
yarn clean | ||
yarn module clean | ||
yarn sample clean | ||
echo "✅ Cleaned root, module and sample workspaces" |
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