Skip to content

Commit

Permalink
fix: convert to turborepo monorepo (#530)
Browse files Browse the repository at this point in the history
* eject projen

* move core to packages/core

* add turborepo and typecheck command

* add husky for pre-commit hooks

* move test-app to apps folder

* typecheck working for test-app

* synth working for test-app

* move website to apps

Note: temporarily disabled type check on website since it has pre-existing failures

* fix build workflow

* output no longer used

* rename root project

* fix test reference to graphql schema

* run synth for test-app as a separate step

* move assets back to top level

* fix the release workflow

* fix website

* move settings.json to top

Co-authored-by: Tyler van Hensbergen <tyler@functionless.org>
  • Loading branch information
tvanhens and Tyler van Hensbergen committed Oct 3, 2022
1 parent 336a337 commit b6eb3d6
Show file tree
Hide file tree
Showing 391 changed files with 11,414 additions and 16,223 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

179 changes: 0 additions & 179 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 3 additions & 50 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/close.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 0 additions & 101 deletions .github/workflows/upgrade-main.yml

This file was deleted.

0 comments on commit b6eb3d6

Please sign in to comment.