aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 73b52e1..0a1b183 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,10 @@
},
"scripts": {
"build": "tsc",
+ "cli": "ts-node src/index.ts",
"format": "prettier --write ./**/*.ts",
"postinstall": "yarn build",
- "cli": "ts-node src/index.ts"
+ "prepublish": "yarn build"
},
"dependencies": {
"@types/node": "^18.11.18",