Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodeinegri committed Apr 23, 2020
1 parent 7e8eb96 commit 1ea7aae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

npm install --production
if [ ! -d "node_modules/" ]; then

npm install --production

fi

node main.js

Expand Down

0 comments on commit 1ea7aae

Please sign in to comment.