feat: improve backend devlopment namespaces

This commit is contained in:
Andrey Antukh 2019-06-05 08:26:05 +00:00
parent 7adc4e3d01
commit 66fc0e68a4
5 changed files with 65 additions and 50 deletions

View file

@ -10,8 +10,8 @@ tmux send-keys -t uxbox 'npm run start' enter
tmux new-window -t uxbox:2 -n 'backend'
tmux select-window -t uxbox:2
tmux send-keys -t uxbox 'cd uxbox/backend' enter C-l
tmux send-keys -t uxbox 'bash ./scripts/fixtures.sh' enter C-l
tmux send-keys -t uxbox 'bash ./scripts/run.sh' enter
tmux send-keys -t uxbox 'clojure -Adev -m uxbox.fixtures' enter C-l
tmux send-keys -t uxbox 'clojure -Adev:repl' enter
tmux new-window -t uxbox:3 -n 'services'
tmux select-window -t uxbox:3