Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
j-xzy committed Oct 17, 2019
1 parent b277631 commit 950c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./lib/index.js",
"scripts": {
"clean": "rm -fr lib",
"build": "yarn clean && tsc -p ./tsconfig.json",
"build": "npm run clean && tsc -p ./tsconfig.json",
"lint": "tslint -c tslint.json -p tsconfig.json",
"fix-lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "jest __test__",
Expand Down

0 comments on commit 950c616

Please sign in to comment.