Update start script

pull/282/head
Amio 2019-06-05 20:38:56 +08:00
rodzic 7144e5e542
commit 3698d82ed1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@
"now-build": "npm run build",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "node service.js",
"start": "node dist/index.js",
"now-prune": "now rm badgen.net --safe -y -S amio || true",
"predeploy": "now -S amio inspect badgen.net",
"deploy": "now -S amio && now -S amio alias"