Update dep-check command in package.json

This commit is contained in:
Simon Larsen 2024-03-13 13:32:00 +00:00
parent d069a141b8
commit 64e0d3e7fa
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -8,7 +8,7 @@
"coverage": "jest --detectOpenHandles --coverage",
"compile": "tsc",
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true"
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true --ignores='@babel/runtime'"
},
"author": "",
"license": "MIT",