Browse Source

chore: add lint to pretest task

api-cache
Amio 6 years ago
parent
commit
61b77474d1
  1. 1
      package.json

1
package.json

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

Loading…
Cancel
Save