Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Barry Chen 2b2fada774
chore(repo): delete support panel from fxa
Because:
 - the support panel has been replaced by features in the admin panel

This commit:
 - deletes the support panel package
2023-03-14 10:49:43 -05:00
dschom 12779b14ee
bug(CI): test-content-server-remote must not have parameters
Because:
- We cannot add parameters to job triggered through circleci's API

This Commit:
- Removes parameters from the `test-content-server-remote` job
2022-12-22 10:15:55 -08:00
Bianca Danforth b39c91b7d0
fix(scripts): don't remove first line of 'yarn workspaces list' output
Because:
- Some affected packages were not being compiled

This pull request
- Includes the first line output by 'yarn workspaces list', so that the package is included in subsequent checks.

[skip ci]
2022-08-18 17:15:23 -04:00
Bianca Danforth ddba42afd4
chore(all): run TS compiler as part of test-many job
Because:

* We should be informed about TS errors before a patch merges into main.

This commit:

* Adds a new script to run as the first task in the test-many job that compiles any modified back-end Typescript packages and any packages that depend on them.

Closes #12823

Co-authored-by: Barry Chen <bchen@mozilla.com>
2022-06-15 08:11:16 -04:00