We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8413d3e + 1bbfc41 commit 16bb8bbCopy full SHA for 16bb8bb
package.json
@@ -57,6 +57,6 @@
57
"cover": "jest --coverage",
58
"cover:update": "jest --coverage --updateSnapshot",
59
"develop": "webpack --mode development --config webpack.config.js",
60
- "update": "ncu -u && yarn install && yarn upgrade && yarn audit"
+ "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
61
}
62
0 commit comments