deadlock-detect/build.sh

12 lines
177 B
Bash
Raw Permalink Normal View History

2023-04-11 14:25:27 +08:00
#!/bin/bash
# sudo apt install sshpass
cd view-ui
npm install
npm run build
rm -rf ../detect-plugin/dist/
cp dist/ ../detect-plugin/ -r
cd ../detect-plugin
yarn
vsce package