diff --git a/package.json b/package.json index 866321a6..dc4d1305 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ } ], "scripts": { + "check": "npm install && npm outdated", "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "lint": "eslint src/*.ts --fix",