moved yarn install to package.json

This commit is contained in:
Kai Ritthaler 2025-05-15 16:59:59 +02:00 committed by Rudi Regentonne
parent 95b30e5008
commit 7093e6bd9a
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
{
"commands": [
"echo Starting installation...",
"echo installing node_modules",
"yarn install",
"echo starting docker container",
"yarn start-containers",
"echo generating prisma",