add lint to build script

pull/3095/head
43081j 5 years ago
parent e09014b816
commit 39623dbdef

@ -30,7 +30,7 @@
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
"codecov": "codecov",
"precodecov": "npm run coverage",
"build": "rollup -c && npm run tsd",
"build": "rollup -c && npm run lint && npm run tsd",
"prepare": "npm run build",
"dev": "rollup -cw",
"pretest": "npm run build",

Loading…
Cancel
Save