From 89fcaf3dd5c212af74a4f254eaa0913bad7e03a9 Mon Sep 17 00:00:00 2001 From: Samuel Gerard Date: Fri, 20 Sep 2024 12:33:14 -0700 Subject: [PATCH] Update bcmi package.json --- bcmi/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bcmi/package.json b/bcmi/package.json index b05c0d9..b131cd1 100644 --- a/bcmi/package.json +++ b/bcmi/package.json @@ -5,8 +5,7 @@ "scripts": { "lint": "ng lint", "start": "ng serve -o", - "prebuild": "npm run lint", - "build": "ng build ----configuration production", + "build": "ng build --configuration production", "pretest": "npm run lint", "test": "ng test", "test-ci": "ng test",