Browse Source

fix travis

afc163 8 years ago
parent
commit
14fa29654a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
     "start": "roadhog server",
     "build": "roadhog build",
     "lint": "eslint --ext .js src test mock",
-    "test": "lint",
+    "test": "npm run lint",
     "precommit": "npm run lint"
   },
   "dependencies": {