Skip to content

Commit

Permalink
Update prerun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Mar 1, 2024
1 parent 73000ff commit bc5fa67
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .testdriver/prerun.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
rm ~/Desktop/WITH-LOVE-FROM-AMERICA.txt
brew install go
brew tap scripthaus-dev/scripthaus
brew install scripthaus
npm install -g yarn
mkdir ~/build
cd ~/build
git clone https://github.com/wavetermdev/waveterm.git
cd waveterm
scripthaus run build-backend
echo "Yarn"
yarn
echo "Rebuild"
scripthaus run electron-rebuild
echo "Webpack"
scripthaus run webpack-build
echo "Starting Electron"
scripthaus run electron 1>/dev/null 2>&1 &
echo "Electron Done"
npm install dashcam-chrome --save
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
exit

0 comments on commit bc5fa67

Please sign in to comment.