diff --git a/package.json b/package.json index 9624e80..e5c2e54 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "jest test --verbose", "eslint": "./node_modules/.bin/eslint .", "build": "tsc", - "prepublish": "tsc" + "prepublishOnly": "tsc" }, "repository": { "url": "git@github.com:PDMLab/docker-compose.git"