Add interactive build to dev container

This commit is contained in:
2022-01-26 20:47:08 +00:00
parent 80c00171c8
commit 7776ba90f0
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
cd web
yarn dev &
cd ..
task -w
tmux new-session -d -s watch 'cd web; yarn dev'
tmux split-window;
tmux send 'task -w run' ENTER;
tmux split-window;
tmux a;