2
0

💚 Fix clean database script

This commit is contained in:
Baptiste Arnaud
2023-02-13 07:11:16 +01:00
parent 23ec5aa4d5
commit 770b29e767
2 changed files with 5 additions and 2 deletions

View File

@ -35,6 +35,10 @@
},
"db:push": {
"cache": false
},
"db:cleanDatabase": {
"dependsOn": ["db#db:generate"],
"cache": false
}
}
}