-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Explicitly include agent source in build (#224)
Explicitly include `agent.ts` so it is included in `tsc` output.
- Loading branch information
1 parent
1800f7a
commit 785ccf1
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,9 @@ jobs: | |
JWKS_URL: ${{ secrets.JWKS_URL }} | ||
PREDICTOR_API_URL: ${{ secrets.PREDICTOR_API_URL }} | ||
|
||
- uses: sliteteam/[email protected] | ||
env: | ||
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} | ||
|
||
- name: Test builds | ||
run: npx lerna run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters