Skip to content

Commit 24a5cf2

Browse files
committed
chore: add "start" command to ease package usage
1 parent edbd58a commit 24a5cf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
},
2424
"scripts": {
2525
"build": "rm -rf dist && tsc",
26+
"prestart": "npm run build",
27+
"start": "node dist/bin/code-complexity.js",
2628
"lint": "eslint --ext .ts .",
2729
"prepare": "npm run lint && npm run build",
2830
"postversion": "git push --tags",

0 commit comments

Comments
 (0)