From 38bb1cfd890b832f59924e0b5cdc5df1abc2395d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 30 Dec 2020 22:56:20 +0100 Subject: [PATCH] Run build on publish --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 371ef40..ecb3b0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leanadmin/wire-replace", - "version": "0.1.1", + "version": "0.1.2", "description": "wire:replace directive for Livewire", "main": "index.js", "repository": { @@ -13,7 +13,7 @@ ], "scripts": { "build": "npx mix", - "prepublishOnly": "npm build" + "prepublishOnly": "npm run-script build" }, "keywords": [ "livewire"