Skip to content

Commit

Permalink
Run lint on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jul 30, 2020
1 parent bdbf168 commit 20c7cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build": "gulp build",
"release": "gulp release",
"lint": "eslint ./src/**",
"test": "npm run test:unit && npm run test:types",
"test": "npm run lint && npm run test:unit && npm run test:types",
"test:unit": "gulp build-tests && tap obj/test/node/*.js",
"test:types": "tsc -p ./types/test/tsconfig.json"
},
Expand Down

0 comments on commit 20c7cc8

Please sign in to comment.