From a549d94d677bcf91c143d7740c39fcfd1a790566 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 20 May 2019 23:32:40 +0200 Subject: [PATCH] package.json: moved prepublish to prepublishOnly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6d50e9..febfcdd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "tsc", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", "test": "npm run build && jasmine spec/index.js" }, "author": "Alexander Patrick Cerutti",