From 1d4207edfde1d47ef3ffcb0fab7a34727f993385 Mon Sep 17 00:00:00 2001 From: rigor789 Date: Sat, 24 Feb 2018 22:49:41 +0100 Subject: [PATCH] chore: use prebulishOnly instead --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52139e11..37c8c784 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "scripts": { "build": "rollup -c", "lint-staged": "lint-staged", - "prepublish": "npm run build" + "prepublishOnly": "npm run build" }, "lint-staged": { "src/**.js": [