Skip to content

Commit

Permalink
chore: add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jun 8, 2020
1 parent 9a62137 commit a48321a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"clean": "lerna clean --yes",
"build": "lerna run --scope @ahooksjs/use-request build && lerna run --scope ahooks build",
"test": "jest",
"lint": "eslint \"packages/*/src/**/*.{ts,tsx}\"",
"build:doc": "dumi build",
"pub:doc": "cp ./dist/index.html ./dist/200.html && surge ./dist --domain ahooks.js.org",
"pub": "lerna publish"
Expand Down

0 comments on commit a48321a

Please sign in to comment.