Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 12, 2023
1 parent 0c32663 commit d84cae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "mocha",
"lint": "eslint --ext js,ts lib test wd/lib",
"lint:fix": "eslint --ext js,ts --fix lib test wd/lib",
"lint": "eslint --fix --ext js,ts lib test wd/lib",
"contributor": "git-contributor"
},
"husky": {
Expand Down

0 comments on commit d84cae8

Please sign in to comment.