You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/16 17:35:58 UTC

[brooklyn-ui] 02/04: Remove branding script from the project configuration

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit 8d1c6c26a65b4851a11d68ba6fea8cf53e258809
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Thu Sep 16 17:40:49 2021 +0100

    Remove branding script from the project configuration
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 ui-modules/blueprint-composer/package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui-modules/blueprint-composer/package.json b/ui-modules/blueprint-composer/package.json
index 381e14e..061556e 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -31,7 +31,6 @@
     "test": "karma start ./config/test/karma.config.js",
     "lint": "./node_modules/.bin/eslint app/**/*.js",
     "e2e": "protractor ./config/test/protractor.config.js",
-    "branding": "BROOKLYN_UI_BRAND_DIR=/Users/mykola/IdeaProjects/cloudpack-megan/package/branding npm run start"
   },
   "engines": {
     "node": ">=8.0.0",