diff --git a/package.json b/package.json index 96fca7d..fe49e12 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "test": "mocha", - "postinstall": "node_modules/.bin/tsc -d", + "prepublish": "node_modules/.bin/tsc -d", "semantic-release": "semantic-release" }, "bin": "./bin/cli",