Skip to content

Commit

Permalink
[xprototype#10/fix] Fix sintax of if in quasar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 20, 2019
1 parent 15818ba commit e61005c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quasar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ ! -d /var/www/app/node_modules ]; then
yarn install
else
npm install
fi
fi

if [ ! -f /home/node/bin/node ]; then
Expand Down

0 comments on commit e61005c

Please sign in to comment.