add wipe db script
This commit is contained in:
parent
b80eaa2a9f
commit
0400282b03
2 changed files with 13 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"cy:open": "cypress open",
|
||||
"db:seed": "php storage/seedDb.php"
|
||||
"db:seed": "php storage/seedDb.php",
|
||||
"db:wipe": "php storage/wipeDb.php"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue