add script for seeding db
This commit is contained in:
parent
5107210098
commit
b865be9933
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"cypress": "^15.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"cy:open": "cypress open"
|
||||
"cy:open": "cypress open",
|
||||
"db:seed": "php storage/seedDb.php"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue