Files
firefox-accounts-mirror/_dev/docker/ci/Dockerfile.dockerignore
dschom d96797ae6a task(CI): Improve nx caching for CI pipelines
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
2023-08-29 11:19:54 -07:00

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