Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created March 13, 2025 14:10
Show Gist options
  • Save dontpaniclabsgists/44704192415ccd376fd15ab73ff91375 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/44704192415ccd376fd15ab73ff91375 to your computer and use it in GitHub Desktop.
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"publish": "lerna publish"
},
"devDependencies": {
"lerna": "^8.1.9"
},
"workspaces": [
"packages/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment