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 d37c654 commit 5ce57d1Copy full SHA for 5ce57d1
package.json
@@ -23,6 +23,7 @@
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