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

Commit

Permalink
build: 删除 lint 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
lmk123 committed Aug 27, 2018
1 parent c8ab795 commit 94da86e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -16,8 +16,7 @@
"scripts": {
"test": "karma start",
"build": "node build/build.js",
"lint": "tslint -p tsconfig.json -t verbose",
"prepublishOnly": "npm run lint && npm run test && npm run build"
"prepublishOnly": "npm run test && npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit 94da86e

Please sign in to comment.