From c91a4f8e4e8ff8166fdf2b6c47405a97a7d24073 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 8 Apr 2019 10:29:51 +0200 Subject: [PATCH] Visual Console Refactor: changed the build dir Former-commit-id: aef2861fd405b92a4fd7c1d76f0c675a81d14bfd --- visual_console_client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visual_console_client/package.json b/visual_console_client/package.json index 79eaaeee09..6c23b89c32 100644 --- a/visual_console_client/package.json +++ b/visual_console_client/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "Visual Console", "scripts": { - "build": "BUILD_PATH=\"pandora_console/include/visual-console\" NODE_ENV=production webpack", - "build:dev": "BUILD_PATH=\"pandora_console/include/visual-console\" NODE_ENV=development webpack", + "build": "BUILD_PATH=\"pandora_console/include/visual-console-client\" NODE_ENV=production webpack", + "build:dev": "BUILD_PATH=\"pandora_console/include/visual-console-client\" NODE_ENV=development webpack", "build:watch": "npm run build -- --watch", "format": "prettier", "lint": "eslint \"src/**/*.ts\"",