vikarshana commited on
Commit
3480cbe
·
verified ·
1 Parent(s): 6fdb1b8

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -10,5 +10,6 @@ git clone https://$GITHUB_TOKEN@github.com/$GITHUB_REPO.git .
10
  # This still needs the token to be saved as a secret.
11
  git pull
12
 
 
13
  # Then run your app
14
  npm start
 
10
  # This still needs the token to be saved as a secret.
11
  git pull
12
 
13
+ npm update
14
  # Then run your app
15
  npm start