mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:28:27 +02:00
⬆️ Update default nodejs version.
This commit is contained in:
parent
9ec90c8bd9
commit
c217f65677
3 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,14 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
set -e;
|
||||
source ~/.zshrc
|
||||
|
||||
echo "[start-tmux.sh] Installing node dependencies"
|
||||
pushd ~/uxbox/frontend/
|
||||
rm -rf node_modules;
|
||||
npm ci;
|
||||
popd
|
||||
|
||||
tmux -2 new-session -d -s uxbox
|
||||
|
||||
tmux new-window -t uxbox:1 -n 'figwheel'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue