From 927fbe3d65f3060ce20821245974dac8cb7501d7 Mon Sep 17 00:00:00 2001 From: Gerben Date: Mon, 16 Mar 2020 22:58:10 +0100 Subject: [PATCH] Use 'prepare' instead of 'prepublish' in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index fb3eaca..33ab93c 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ }, "main": "lib", "scripts": { - "build": "babel -d lib src", - "prepublish": "npm run build", + "prepare": "babel -d lib src", "test": "ava" }, "author": "Gerben ",