monorepo-starter
monorepo-starter copied to clipboard
An example setup of how to do a monorepo, used in our monorepo 'getting started' guide
``` ~/Sites/thinkmill/monorepo-starter-2(master) » yarn test elisechant@Elises-MacBook-Pro yarn run v1.21.1 $ jest /bin/sh: jest: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this...
Running `yarn release` on a newly cloned repo fails: ``` ~/Sites/thinkmill/monorepo-starter-2(master) » yarn release elisechant@Elises-MacBook-Pro yarn run v1.21.1 $ yarn build && changeset publish $ preconstruct build 🎁 info building...
If you empathise with how someone will use this repo, most people will clone, then in the first or second commit replace README content altogether with content relevant to their...
For me, there's great information here about cloning and installing the monorepo, but there's a critical section missing which describes how to use the monorepo as part of a user's...
We don’t at all talk about how to run in a package, add things to a package, think about a package. This will be able to answer 90% of other...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...