📎 Update devenv tmux script to start exporter using yarn

This commit is contained in:
Andrey Antukh 2025-10-01 10:59:41 +02:00
parent 7cf4ec2792
commit e8434c3370
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ tmux new-window -t penpot:3 -n 'exporter'
tmux select-window -t penpot:3
tmux send-keys -t penpot 'cd penpot/exporter' enter C-l
tmux send-keys -t penpot 'rm -f target/app.js*' enter C-l
tmux send-keys -t penpot 'clojure -M:dev:shadow-cljs watch main' enter
tmux send-keys -t penpot 'yarn run watch' enter
tmux split-window -v
tmux send-keys -t penpot 'cd penpot/exporter' enter C-l