Skip to content

Commit

Permalink
chore(sage-monorepo): register Model AD in the monorepo (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored May 15, 2024
1 parent 36feccc commit 64b913f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/4-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
options:
- Agora
- iAtlas
- MODEL-AD
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
Empty file added apps/model-ad/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ function openchallenges-infra {
node dist/apps/openchallenges/infra/src/main.js "$@"
}

function model-ad-build-images {
nx run-many --target=build-image --projects=model-ad-* --parallel=3
}

function openchallenges-build-images {
nx run-many --target=build-image --projects=openchallenges-* --parallel=3
}
Expand Down
Empty file added docker/model-ad/.gitkeep
Empty file.
Empty file added libs/model-ad/.gitkeep
Empty file.

0 comments on commit 64b913f

Please sign in to comment.