diff --git a/package.json b/package.json index c0d0bac..327da7a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "standard && tsc", "types": "tsc --outDir .", "preversion": "npm run dist && npm run test && npm run types", - "postversion": "npm run clean" + "postpublish": "npm run clean" }, "repository": { "type": "git",