1
0
Fork 0
mirror of https://github.com/archtechx/wire-replace.git synced 2025-12-12 07:34:02 +00:00

Run build on publish

This commit is contained in:
Samuel Štancl 2020-12-30 22:56:20 +01:00
parent 5c02347b27
commit 38bb1cfd89

View file

@ -1,6 +1,6 @@
{ {
"name": "@leanadmin/wire-replace", "name": "@leanadmin/wire-replace",
"version": "0.1.1", "version": "0.1.2",
"description": "wire:replace directive for Livewire", "description": "wire:replace directive for Livewire",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
@ -13,7 +13,7 @@
], ],
"scripts": { "scripts": {
"build": "npx mix", "build": "npx mix",
"prepublishOnly": "npm build" "prepublishOnly": "npm run-script build"
}, },
"keywords": [ "keywords": [
"livewire" "livewire"