jazelle
jazelle copied to clipboard
Incremental, cacheable builds for large Javascript monorepos using Bazel
running `jz outdated --json` emits output that is not valid json. In particular, - the list of entries are not wrapped in `[` and `]` at the head and tail...
We [fall back to the workspaces field in the root package.json](https://github.com/uber-web/jazelle/blob/e4d5b5ced01d793c3f6f9a20b32e7af341bbccf0/utils/get-manifest.js#L36) if projects are not listed in `manifest.json`. This updates the error message to make that more clear for folks.
Hi, love this project idea and cool to see it develop! I have a monorepo with a setup of WORKSPACE BUILD java-package-1 java-2 ... (dozens more) frontend - BUILD -...
1. Readme needs to be updated that with yarn2 correct command is `yarn dlx jazelle` not `yarn global add jazelle` 2. `yarn dlx jazelle` throws an error while appears to...
- When upgrading internal dependencies, we are using workspace:* instead of the version specified in the package.json for that dependency - We are now throwing an error and educating the...
Fork of https://github.com/uber-web/jazelle/pull/169 Changes include: * Revert changes to `yarn.lock` * Re-generate the lockfile making _only_ the changes required as a result of the dependency graph changing --- To be...