mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
* [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) add drill down dimensions and metric period compare and modify layout --------- Co-authored-by: williamhliu <williamhliu@tencent.com>
12 lines
277 B
Bash
Executable File
12 lines
277 B
Bash
Executable File
rm -rf ./packages/supersonic-fe/src/.umi ./packages/supersonic-fe/src/.umi-production
|
|
|
|
npm i
|
|
|
|
npx lerna add supersonic-chat-sdk --scope supersonic-fe
|
|
|
|
npx lerna bootstrap
|
|
|
|
npx lerna exec --scope supersonic-chat-sdk npm run build
|
|
|
|
npx lerna exec --scope supersonic-fe npm start
|