We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09014b commit 39623dbCopy full SHA for 39623db
package.json
@@ -30,7 +30,7 @@
30
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
31
"codecov": "codecov",
32
"precodecov": "npm run coverage",
33
- "build": "rollup -c && npm run tsd",
+ "build": "rollup -c && npm run lint && npm run tsd",
34
"prepare": "npm run build",
35
"dev": "rollup -cw",
36
"pretest": "npm run build",
0 commit comments