diff --git a/package.json b/package.json index cb25f36..2322663 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "build": "tsc -p .", "build:watch": "tsc -p . --watch", - "postinstall": "tsc --outDir ./dist", "test": "jest", "test:cov": "jest --coverage", "test:watch": "jest --watch",