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 ecb54e4 commit bdf7074Copy full SHA for bdf7074
package.json
@@ -29,7 +29,6 @@
29
"clean": "rimraf dist coverage",
30
"lint": "lockfile-lint && eslint -f checklist .",
31
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix .",
32
- "ncu": "ncu --target patch typescript && ncu -x typescript",
33
"prepublishOnly": "npm run build",
34
"security:eslint": "eslint -f @microsoft/eslint-formatter-sarif -o eslint-results.sarif .",
35
"test": "npm run clean && jest",
0 commit comments