Skip to content

Commit

Permalink
Merge branch 'main' into sage-monorepo/centralize-build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 9, 2024
2 parents 7e7a06b + 2b393c9 commit 3bad724
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ function agora-build-images {
nx run-many --target=build-image --projects=agora-* --parallel=3
}

function agora-test {
nx run-many --target=test --projects=agora-* --parallel=10
}

function agora-test-affected {
nx affected --target=test --projects=agora-* --parallel=10
}

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

0 comments on commit 3bad724

Please sign in to comment.