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 d7278b8 commit 3e754c2Copy full SHA for 3e754c2
package.json
@@ -23,7 +23,6 @@
23
},
24
"scripts": {
25
"build": "rm -rf dist && tsc",
26
- "prepublish": "npm run verify",
27
"start": "node dist/bin/code-complexity.js",
28
"test": "node --test --require=ts-node/register test/**/*.ts",
29
"verify": "prettier --check . && eslint . && npm run test && npm run build"
0 commit comments