Add linting back to test scripts
This commit is contained in:
parent
b66faf461f
commit
2c9e6c70db
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "tslint --project .",
|
||||
"test": "tsc && ava dist/tests",
|
||||
"build": "tsc",
|
||||
"prepublish": "tsc"
|
||||
"test": "npm run lint && npm run build && ava dist/tests",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue