Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change project structure to monorepo #565

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
92 changes: 0 additions & 92 deletions .clang-format

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies
run: yarn
- name: ESLint Checks
run: yarn validate:eslint
run: yarn lint
flow:
runs-on: ubuntu-latest
strategy:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Flow Checks
run: yarn validate:flow
run: yarn flow
tsc:
runs-on: ubuntu-latest
strategy:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Install Dependencies
run: yarn
- name: TypeScript type check
run: yarn validate:typescript
run: yarn typecheck
android:
runs-on: ubuntu-latest
strategy:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ web-build
dist/

# yarn files
.yarn
.yarn

# turbo files
.turbo
16 changes: 0 additions & 16 deletions .releaserc

This file was deleted.

2 changes: 0 additions & 2 deletions FabricExample/.bundle/config

This file was deleted.

4 changes: 0 additions & 4 deletions FabricExample/.eslintrc.js

This file was deleted.

73 changes: 0 additions & 73 deletions FabricExample/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions FabricExample/.prettierrc.js

This file was deleted.

86 changes: 0 additions & 86 deletions FabricExample/App.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions FabricExample/Gemfile

This file was deleted.

Loading
Loading