Skip to content

Commit

Permalink
feat(deps-upgrade-integration): add npm-check-updates to script
Browse files Browse the repository at this point in the history
  • Loading branch information
231tr0n committed Mar 3, 2024
1 parent dcf9d8d commit 47e0983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47e0983

Please sign in to comment.