Skip to content

Commit

Permalink
chore(package.json): rename ncu to npm-check-updates to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Mar 16, 2023
1 parent fcd6647 commit a1f0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
],
"private": true,
"scripts": {
"ncu": "npx ncu -i --format=group --packageFile '{,projects/**/}package.json'",
"ncu": "npx npm-check-updates -i --format=group --packageFile '{,projects/**/}package.json'",
"start:tests-app": "ng serve",
"start:tests-e2e": "npm run start --prefix=projects/tests-e2e",
"build:lib": "npm run build --prefix=projects/library",
Expand Down

0 comments on commit a1f0f53

Please sign in to comment.