This is an automated email from the ASF dual-hosted git repository. ming pushed a commit to branch simon824-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit 4a9f2679347146aefb8ba91cc594d63ca3f9ca40 Author: Simon Cheung <[email protected]> AuthorDate: Tue Dec 5 19:15:04 2023 +0800 Update package.json --- hugegraph-hubble/hubble-fe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-hubble/hubble-fe/package.json b/hugegraph-hubble/hubble-fe/package.json index 21a258f1..50ade67c 100644 --- a/hugegraph-hubble/hubble-fe/package.json +++ b/hugegraph-hubble/hubble-fe/package.json @@ -49,7 +49,7 @@ }, "scripts": { "start": "react-app-rewired start", - "build": "react-app-rewired build && npm run license", + "build": "CI=false && react-app-rewired build && npm run license", "test": "react-app-rewired test", "license": "node add-license.js" },
