From 59105e4336e25e788502ce9374a8c5d2e82e2487 Mon Sep 17 00:00:00 2001 From: Joshua Mshana Date: Sun, 26 Jun 2022 20:50:13 +0300 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a751853..577255d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "box": "yarn install && yarn start", "start": "ng serve", "build": "ng build", - "publish": "ng build -c production && cd dist/web && npm publish --ignore-scripts", + "publish": "ng build -c production --project=web && cd dist/web && npm publish --ignore-scripts", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" @@ -55,4 +55,4 @@ "tslint": "~6.1.0", "typescript": "~4.7.4" } -} \ No newline at end of file +}