This commit is contained in:
Tony Brix 2018-03-02 23:11:58 -06:00
parent ff878730cd
commit ace2d55705

View File

@ -37,7 +37,7 @@
"uglify-js": "^3.3.10"
},
"scripts": {
"test": "node test && npm run test:lint",
"test": "node test",
"test:lint": "eslint lib/marked.js test/index.js",
"bench": "node test --bench",
"lint": "eslint --fix lib/marked.js test/index.js",