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 fb0b195 commit 46fe47cCopy full SHA for 46fe47c
package.json
@@ -58,6 +58,6 @@
58
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
59
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
60
"cover": "jest --coverage",
61
- "update": "ncu -u && yarn install && yarn upgrade && yarn audit"
+ "update": "npx ncu -u && yarn install && yarn upgrade && yarn audit"
62
}
63
0 commit comments