diff options
author | EuAndreh <eu@euandre.org> | 2018-09-06 15:25:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-06 15:26:14 -0300 |
commit | 818b9545865de858a01a664bb058acd3c1863a02 (patch) | |
tree | 4cb0d013b5b0e091525ad71aa7e7891a235cf503 /tmux | |
parent | Add cq repo. (diff) | |
download | dotfiles-818b9545865de858a01a664bb058acd3c1863a02.tar.gz dotfiles-818b9545865de858a01a664bb058acd3c1863a02.tar.xz |
Update tmuxinator template for songbooks: fix client boot.
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/projects/songbooks.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux/projects/songbooks.yml b/tmux/projects/songbooks.yml index c3b7fab..429b61f 100644 --- a/tmux/projects/songbooks.yml +++ b/tmux/projects/songbooks.yml @@ -11,5 +11,4 @@ windows: - cd server/ && lein repl - client-repl: - cd client/ && lein repl - - tests: - - make test + - (use 'figwheel-sidecar.repl-api) |