Skip to content

Commit

Permalink
chore: add script "analyse"
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Sep 21, 2020
1 parent 425a99b commit bb1e342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"prepublishOnly": "npm ci && npm run fullcheck && npm run build",
"lint:quiet": "tsc --project src && eslint src/**/* test/**/* scripts/**/* --ext .js,.ts --quiet",
"lint:fix": "eslint --fix src/ test/ scripts/",
"lint": "tsc --project src && eslint src/**/* test/**/* scripts/**/* --ext .js,.ts"
"lint": "tsc --project src && eslint src/**/* test/**/* scripts/**/* --ext .js,.ts",
"analyse": "npx pkgfiles && npm list"
},
"keywords": [
"fse",
Expand Down

0 comments on commit bb1e342

Please sign in to comment.