From 43d4425da519bf4714bb73f5e57116a33a1a796e Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Sun, 10 Nov 2024 11:35:16 +0200 Subject: [PATCH] fix: monorepo dependecoes scope --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c16f0740..fee5828a5 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "scripts": { "dev": "lerna run dev", "build": "lerna run build", - "dev:webapp": "lerna run dev --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\"", - "build:webapp": "lerna run build --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\"", - "dev:server": "lerna run dev --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\"", - "build:server": "lerna run build --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\"", + "dev:webapp": "lerna run dev --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\"", + "build:webapp": "lerna run build --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\"", + "dev:server": "lerna run dev --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\" --scope \"@bigcapital/email-components\"", + "build:server": "lerna run build --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\" --scope \"@bigcapital/email-components\"", "serve:server": "lerna run serve --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\"", "test:e2e": "playwright test", "prepare": "husky install"