Skip to content

Commit 407cccd

Browse files
committed
Add example composer post-update migration
1 parent 74984d0 commit 407cccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"scripts": {
3333
"post-update-cmd": [
34-
"composer dump-autoload"
34+
"composer dump-autoload",
35+
"php spark migrate:latest -n all"
3536
]
3637
}
3738
}

0 commit comments

Comments
 (0)