run migration on deploy
This commit is contained in:
parent
fe97c2e373
commit
d2dd3dc51c
|
|
@ -4,7 +4,8 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
"dev": "vite",
|
||||
"postinstall": "php artisan migrate --force"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue