add script for seeding db

This commit is contained in:
Yisroel Baum 2025-11-02 23:08:11 +02:00
parent 5107210098
commit b865be9933
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -3,6 +3,7 @@
"cypress": "^15.5.0" "cypress": "^15.5.0"
}, },
"scripts": { "scripts": {
"cy:open": "cypress open" "cy:open": "cypress open",
"db:seed": "php storage/seedDb.php"
} }
} }