Skip to content

Commit d0a31bb

Browse files
fix: ncu command
1 parent 0cdbefd commit d0a31bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
5959
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
6060
"cover": "jest --coverage",
61-
"update": "npx ncu -u && yarn install && yarn upgrade && yarn audit"
61+
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
6262
}
6363
}

0 commit comments

Comments
 (0)