Skip to content

Commit

Permalink
fix: validate n build pipeline + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jun 11, 2024
1 parent 5f93c0b commit 72a6c7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-n-build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
filters: |
api:
- 'apps/api/**'
- 'packages/shared/**'
- 'packages/database/**'
- name: Setup Node.js
if: steps.filter.outputs.api == 'true'
Expand Down
9 changes: 6 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Projects

- [Explorer](/explorer/README.md) - Website API + NextJS frontend
- [Indexer](/indexer/) - The main indexer process
- [Shared](/shared/) - Shared project
- [Deploy](/apps/deploy-web/README.md) - NextJS frontend for Console
- [Stats](/apps/stats-web/README.md) - NextJS frontend for Stats
- [Api](/apps/api/README.md) - The main Console API
- [Indexer](/apps/indexer/README.md) - The main indexer process
- [Database](/packages/database/) - Database shared package
- [UI](/packages/ui/) - UI components

## Create docker images

Expand Down
Loading

0 comments on commit 72a6c7a

Please sign in to comment.