Skip to content

Commit 3e754c2

Browse files
committed
chore: remove prepublish script since it runs before "ci" runs
1 parent d7278b8 commit 3e754c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"scripts": {
2525
"build": "rm -rf dist && tsc",
26-
"prepublish": "npm run verify",
2726
"start": "node dist/bin/code-complexity.js",
2827
"test": "node --test --require=ts-node/register test/**/*.ts",
2928
"verify": "prettier --check . && eslint . && npm run test && npm run build"

0 commit comments

Comments
 (0)