Lint free tasks

This commit is contained in:
Tim Schaub
2016-01-02 11:30:26 -07:00
parent b0a70b0ca6
commit b3578325cb

View File

@@ -12,6 +12,7 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"pretest": "eslint tasks",
"test": "node tasks/test.js",
"debug-server": "node tasks/serve-lib.js"
},