diff --git a/hugegraph-hubble/hubble-fe/package.json b/hugegraph-hubble/hubble-fe/package.json index 21a258f11..50ade67cd 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" },