diff --git a/install/clickhouse-install.sh b/install/clickhouse-install.sh index abf92fd2..2be281fc 100644 --- a/install/clickhouse-install.sh +++ b/install/clickhouse-install.sh @@ -212,6 +212,7 @@ EOF msg_info "Building HyperDX" # Remove broken devDependency (@types/lucene does not exist on npm) node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('packages/app/package.json','utf8'));delete p.devDependencies['@types/hyperdx__lucene'];fs.writeFileSync('packages/app/package.json',JSON.stringify(p,null,2));" + sed -i '/@types\/hyperdx__lucene/d' yarn.lock $STD yarn install $STD yarn workspace @hyperdx/common-utils run build $STD yarn workspace @hyperdx/api run build