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 <[email protected]> AuthorDate: Thu Sep 16 17:40:49 2021 +0100 Remove branding script from the project configuration Signed-off-by: Mykola Mandra <[email protected]> --- 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",
