Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit 94da86e

Browse files
committed
build: 删除 lint 脚本
1 parent c8ab795 commit 94da86e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"scripts": {
1717
"test": "karma start",
1818
"build": "node build/build.js",
19-
"lint": "tslint -p tsconfig.json -t verbose",
20-
"prepublishOnly": "npm run lint && npm run test && npm run build"
19+
"prepublishOnly": "npm run test && npm run build"
2120
},
2221
"files": [
2322
"dist"

0 commit comments

Comments
 (0)