diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 6dec166..680744a 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -8,4 +8,4 @@ windows: - build: - fuser -k 9000/tcp - webfsd -r public -f index.html -p 9000 - - npm install && bower install && ./watch + - yarn add pulp && bower install && make watch |