Skip to content

Commit

Permalink
build: force all rollback commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Jul 28, 2024
1 parent cf14993 commit b5c79ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
"php spark migrate -n \"App\""
],
"seed:initial": [
"php spark migrate:rollback",
"php spark migrate:rollback -f",
"php spark migrate:rollback -f",
"php spark migrate:rollback -f",
"composer run migrate:all",
"php spark db:seed MakeTestUser"
]
Expand Down

0 comments on commit b5c79ba

Please sign in to comment.