mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:38:13 +00:00
13 lines
323 B
Batchfile
13 lines
323 B
Batchfile
|
|
rmdir /s /q ".\packages\supersonic-fe\src\.umi"
|
|
rmdir /s /q ".\packages\supersonic-fe\src\.umi-production"
|
|
|
|
call npm i
|
|
|
|
call npx lerna add supersonic-chat-sdk --scope supersonic-fe
|
|
|
|
call npx lerna bootstrap
|
|
|
|
call npx lerna exec --scope supersonic-chat-sdk npm run build
|
|
|
|
call npx lerna exec --scope supersonic-fe npm start |