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:
parent
5c02347b27
commit
38bb1cfd89
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue