Skip to content

Commit 794e2a5

Browse files
committed
remove unused lint command
1 parent 83f6b75 commit 794e2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"check": "flow check",
7979
"prepublish": ". ./resources/prepublish.sh",
8080
"preversion": ". ./resources/checkgit.sh && npm test",
81-
"test": "npm run lint && npm run check && npm run build"
81+
"test": "npm run check && npm run build"
8282
}
8383
}

0 commit comments

Comments
 (0)