Skip to content

Commit 39623db

Browse files
committed
add lint to build script
1 parent e09014b commit 39623db

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
@@ -30,7 +30,7 @@
3030
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
3131
"codecov": "codecov",
3232
"precodecov": "npm run coverage",
33-
"build": "rollup -c && npm run tsd",
33+
"build": "rollup -c && npm run lint && npm run tsd",
3434
"prepare": "npm run build",
3535
"dev": "rollup -cw",
3636
"pretest": "npm run build",

0 commit comments

Comments
 (0)