Working export/import
This commit is contained in:
9
setup.sh
9
setup.sh
@@ -9,15 +9,6 @@ if ! command -v deno &>/dev/null; then
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Install node if needed
|
||||
if ! command -v node &>/dev/null; then
|
||||
echo "Installing node..."
|
||||
brew install node
|
||||
fi
|
||||
|
||||
# Install TypeScript dependencies
|
||||
npm install
|
||||
|
||||
# Install tmux if needed
|
||||
if ! command -v tmux &>/dev/null; then
|
||||
echo "Installing tmux..."
|
||||
|
||||
Reference in New Issue
Block a user