From 5ed7e9bb400d3ced16edad53a5d882fb100049ae Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 31 Mar 2021 01:04:39 +0700 Subject: [PATCH] Meta tweaks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2141cd5..b77ddab 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "build": "del dist && tsc", "test": "xo && ava", - "prepublishOnly": "npm run build" + "prepare": "npm run build" }, "files": [ "dist"