mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:38:23 +02:00
🐛 Fix many issues on dev environment.
This commit is contained in:
parent
a0627efffe
commit
ab35716ba2
8 changed files with 33 additions and 31 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env zsh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd ~;
|
||||
|
||||
set -e;
|
||||
source ~/.zshrc
|
||||
source ~/.bashrc
|
||||
|
||||
echo "[start-tmux.sh] Installing node dependencies"
|
||||
pushd ~/uxbox/frontend/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue