chore: add lint to pretest task

pull/66/head
Amio 2018-08-03 22:40:44 +08:00
rodzic 3979449923
commit 61b77474d1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@
"scripts": {
"lint": "standard",
"dev": "micro-dev service.js -s",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "micro service.js",
"precanary": "now alias rm badgen-canary -y -T amio",