Spaces:
Running
Running
Update start.sh
Browse files
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
|