mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Enable NPM workspaces
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
e2733082ef
commit
bc9be28cb4
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"useWorkspaces": false,
|
"useWorkspaces": true,
|
||||||
"packages": [
|
|
||||||
"packages/*"
|
|
||||||
],
|
|
||||||
"version": "6.4.0-beta.13",
|
"version": "6.4.0-beta.13",
|
||||||
"npmClient": "npm",
|
"npmClient": "npm",
|
||||||
"npmClientArgs": [
|
"npmClientArgs": [
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "lens-monorepo",
|
"name": "lens-monorepo",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
||||||
|
"workspaces": [
|
||||||
|
"packages/**/*"
|
||||||
|
],
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
||||||
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user