From 47e0983d7fec1b1b2a61f3448be2ce17f94c85f4 Mon Sep 17 00:00:00 2001 From: 231tr0n Date: Mon, 4 Mar 2024 01:49:30 +0530 Subject: [PATCH] feat(deps-upgrade-integration): add npm-check-updates to script --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d8d08d5..1b8657d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "prepare": "husky", "commit": "commit", "commitlint": "commitlint --from HEAD~1 --to HEAD --verbose", - "ci": "npm run commitlint && npm run lint && npm run build && npm run test" + "ci": "npm run commitlint && npm run lint && npm run build && npm run test", + "ncu": "npm-check-updates", + "ncu:upgrade": "npm-check-updates -u" }, "devDependencies": { "@commitlint/cli": "^19.0.3",