From 16682c5456eb44cdc999734fc9fb8098a22f17d5 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 10 Jan 2022 15:41:05 +0100 Subject: [PATCH] Dashboard: update Angular script commands location in package.json --- openvidu-server/src/dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-server/src/dashboard/package.json b/openvidu-server/src/dashboard/package.json index 1ddef14d..a33eb7c2 100644 --- a/openvidu-server/src/dashboard/package.json +++ b/openvidu-server/src/dashboard/package.json @@ -42,8 +42,8 @@ "name": "frontend", "private": true, "scripts": { - "build": "./node_modules/@angular/cli/bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard", - "build-prod": "./node_modules/@angular/cli/bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard", + "build": "./node_modules/.bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard", + "build-prod": "./node_modules/.bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard", "e2e": "ng e2e", "lint": "ng lint", "ng": "ng",