add npm start support

This commit is contained in:
zefie
2021-08-12 01:07:04 -04:00
parent 2e2fcb1cde
commit 9a93ed43b5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
git pull
node app.js
npm start