diff --git a/package.json b/package.json index 85356a9..6441730 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "mocha -r ts-node/register --extensions ts,tsx --timeout 30000 --watch-files src,test 'test/**/*.test.ts'", "cli": "ts-node src/bin.ts", "build": "rimraf dist dist-esm && tsc && tsc -p tsconfig.esm.json", - "prepublishOnly": "tsc" + "prepack": "npm run build" }, "keywords": [ "install",