diff --git a/package.json b/package.json index 1d1945a..a8c70b8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "module": "es/index.js", "scripts": { "test": "make test", - "prepublish": "make build", + "prepare": "make build", "build": "make build", "lint": "make lint" },