Skip to content

Instantly share code, notes, and snippets.

@agustinustheo
Last active October 4, 2022 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinustheo/56dcbb35a05fcb09096773362652a9f3 to your computer and use it in GitHub Desktop.
Save agustinustheo/56dcbb35a05fcb09096773362652a9f3 to your computer and use it in GitHub Desktop.
Root `package.json` file for Lerna
{
"name": "root",
"private": true,
"scripts": {
"lerna": "lerna",
"bootstrap:ci": "yarn --ignore-scripts --silent && lerna bootstrap -- --ignore-scripts && yarn build:ci",
"build:ci": "lerna run build"
},
"devDependencies": {
"lerna": "^5.1.4",
"ts-node": "^10.8.0"
},
"workspaces": [
"packages/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment