fxa/_dev
Reino Muhl 20417dabe1
fix(next): modify build to update package version
Because:

- Currently the `payments-next` package.json version attribute has a
  static value of 0.0.0, instead of the deployed train tag.

This commit:

- Updates the mono repo build process to update the patch version of the
  `payments-next` package.json.

Closes #FXA-11522
2025-07-11 14:13:05 -04:00
..
docker fix(next): modify build to update package version 2025-07-11 14:13:05 -04:00
firebase
goaws feat(event-broker): wire up events from auth-server through event-broker to webhooks in local dev 2021-12-15 16:00:50 -08:00
loadtesting fix(customs): Update customs axios maxSockets and timeoutMs 2024-02-07 15:19:06 -05:00
pm2 task(all): Get new syncstorage-rs service running 2024-08-27 09:57:20 -07:00
.prettierrc
.stylelintrc fix(lint): Add more stylelint rules 2022-06-17 13:19:38 -07:00
README.md chore(CI): Switch to multi stage docker build and clean up 2023-05-11 17:13:06 -07:00

_dev

This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.

docker

There are a couple different docker files for the mono repo:

- **docker/ci** - This controls the creation of a base image used for CI pipelines. The goal of this image is to offer quick install and start up times of the fxa project.
- **docker/ci-lockfile-generator** - This is a developer utility, and acts as mechanism / sanity check against yarn lock file mismatches. Prior to yarn 3.3.0 some systems would encounter bad hashes in yarn lock file. In case this ever resurfaces, we will leave this file here.
- **docker/ci/mono** - This file builds a deployable version of the mono repo. It houses all available services in one image. Services can be targeted as needed.