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 3a35ed4073
commit a4ecf10067
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",