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 2c83580 commit da4a154Copy full SHA for da4a154
package.json
@@ -29,6 +29,7 @@
29
"clean": "rimraf dist .nyc_output 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 && nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
0 commit comments