Skip to content

Commit

Permalink
fix: Added dist folder to depcheck ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Jan 5, 2023
1 parent 82a6671 commit 0b3e533
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 @@ -28,7 +28,7 @@
"build": "lerna run build",
"clean": "lerna run clean",
"compile": "lerna run compile",
"depcheck": "lerna exec --no-bail --stream --prefix npx depcheck",
"depcheck": "lerna exec --no-bail --stream --prefix npx depcheck -- --ignore-dirs=dist",
"eslint": "eslint",
"format": "prettier -- -w",
"jest": "jest",
Expand Down

0 comments on commit 0b3e533

Please sign in to comment.