mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Because: - Not all CI operations where taking advantage of NX caches This Commit: - Adjusts nx.json config to ensure correct caching behavior - Adjusts nx.json config to ensure proper target chains. ie build is dependent on pre-build - Uses nx to directly run integration tests - Uses nx to directly run unit tests - Phases out dependency on generated .list files - Ensures 'start up' for services for functional tests is done with nx and uses nx caches. - Creates nx tags to facilitate test commands - Fixes linter errors encountered - Updates docker images to nx for builds - Updates nx ignore files
17 lines
239 B
Docker
17 lines
239 B
Docker
.ssh
|
|
.cache
|
|
.docker
|
|
**/.vscode
|
|
**/node_modules
|
|
**/_dev/docker
|
|
**/packages/fxa-auth-server/.mail_output
|
|
**/Library
|
|
**/_dev/docker
|
|
**/.circleci
|
|
**/.npm
|
|
**/artifacts
|
|
**/configs
|
|
**/temp
|
|
!**/configs/gql/allowlist
|
|
!**/packages/fxa-react/configs
|