1
0
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:
Janne Savolainen 2023-02-02 14:25:31 +02:00
parent e2733082ef
commit bc9be28cb4
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false,
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "6.4.0-beta.13",
"npmClient": "npm",
"npmClientArgs": [

View File

@ -1,6 +1,11 @@
{
"name": "lens-monorepo",
"private": true,
"workspaces": [
"packages/**/*"
],
"scripts": {
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",