Skip to content

Commit eb14f75

Browse files
chore: rename native to native-cli (#56)
1 parent 47aad73 commit eb14f75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8
-8
lines changed

.github/workflows/test-example-apps.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ jobs:
2424
cache: 'yarn'
2525

2626
- name: Install Example
27-
run: yarn --cwd examples/native install
27+
run: yarn --cwd examples/native-cli install
2828

2929
- name: Validate TypeScript
30-
run: yarn --cwd examples/native typecheck
30+
run: yarn --cwd examples/native-cli typecheck
3131

3232
- name: Validate ESLint
33-
run: yarn --cwd examples/native lint
33+
run: yarn --cwd examples/native-cli lint
3434

3535
- name: Run tests
36-
run: yarn --cwd examples/native test
36+
run: yarn --cwd examples/native-cli test
3737

3838
- name: Run perf tests
39-
run: cd examples/native && ./reassure-tests.sh
39+
run: cd examples/native-cli && ./reassure-tests.sh
4040

4141
- name: Run Danger.js
42-
run: yarn --cwd examples/native danger ci --id native
42+
run: yarn --cwd examples/native-cli danger ci --id native
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android.iml
4242

4343
# Cocoapods
4444
#
45-
test-apps/native/ios/Pods
45+
test-apps/native-cli/ios/Pods
4646

4747
# node.js
4848
#

README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)