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

View File

@@ -6,6 +6,7 @@
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"test": "node test.js"
},
"author": {