Skip to content

Commit 89a40fe

Browse files
author
Josh Bruce
committed
Run lint tests with regular test suite
See markedjs#1083
1 parent 3ce84f7 commit 89a40fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"uglify-js": "^3.3.10"
3838
},
3939
"scripts": {
40-
"test": "node test",
40+
"test": "node test && npm run test:lint",
4141
"test:lint": "eslint lib/marked.js test/index.js",
4242
"bench": "node test --bench",
4343
"lint": "eslint --fix lib/marked.js test/index.js",

0 commit comments

Comments
 (0)