Skip to content

Commit

Permalink
Add @rollup/plugin-commonjs to depcheck ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
  • Loading branch information
weeman1337 committed Jun 10, 2024
1 parent cbd9c8d commit 4a518e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tsc": "tsc",
"lint": "eslint .",
"test": "jest --watch",
"depcheck": "depcheck --ignores=@types/jest,@types/node --ignore-dirs=lib",
"depcheck": "depcheck --ignores=@types/jest,@types/node,@rollup/plugin-commonjs --ignore-dirs=lib",
"prepack": "node ../../scripts/prepack.js",
"postpack": "node ../../scripts/postpack.js",
"translate": "echo \"Nothing to translate\"",
Expand Down

0 comments on commit 4a518e7

Please sign in to comment.