Add linting back to test scripts

This commit is contained in:
Lukas Tetzlaff 2017-11-02 13:10:35 +01:00
parent b66faf461f
commit 2c9e6c70db

View file

@ -17,9 +17,9 @@
}, },
"scripts": { "scripts": {
"lint": "tslint --project .", "lint": "tslint --project .",
"test": "tsc && ava dist/tests",
"build": "tsc", "build": "tsc",
"prepublish": "tsc" "test": "npm run lint && npm run build && ava dist/tests",
"prepublish": "npm run build"
}, },
"files": [ "files": [
"index.js", "index.js",