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.
1 parent 8413d3e commit 1bbfc41Copy full SHA for 1bbfc41
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