Skip to content

Commit 2b54033

Browse files
committed
Add lint process before build
1 parent 509b194 commit 2b54033

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
@@ -58,7 +58,7 @@
5858
"clean": "rimraf lib es",
5959
"build:es": "rollup -c",
6060
"build:lib": "rollup -c ./rollup.config.lib.js",
61-
"build": "npm run clean && npm run build:es && npm run build:lib"
61+
"build": "npm run clean && npm run lint && npm run build:es && npm run build:lib"
6262
},
6363
"repository": {
6464
"type": "git",

0 commit comments

Comments
 (0)