Commit 66b57e2
committed
fix(admin-server): Add @fxa/shared/sentry-node path to tsconfig.build.json
Because:
- nest build uses tsconfig.build.json which has an explicit paths map;
@fxa/shared/sentry-node was missing from this override, causing the
admin-server audit-tokens script to fail to resolve the module during
the CI Build step even though tsc --noEmit succeeded.
This commit:
- Adds the @fxa/shared/sentry-node path entry alongside sentry-nest and
sentry-utils1 parent 231003a commit 66b57e2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments