diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:41:06 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:41:06 +0530 |
| commit | 6c7b4f308a0559f78bba763f259c05fc2e52d425 (patch) | |
| tree | 4461d5a9d808a6f842b3455e4ea2710a42b2ca26 /package.json | |
| parent | f31caa5baad20553cac0330ae9ff279b8f88f340 (diff) | |
| download | ts-types-lang-6c7b4f308a0559f78bba763f259c05fc2e52d425.tar.gz ts-types-lang-6c7b4f308a0559f78bba763f259c05fc2e52d425.zip | |
chore: adds prepublish hook
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
