You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
The graphqlgen prepare step fails on yarn setup:prisma
shop (mashop (master) λ yarn setup:prisma
yarn run v1.12.3
$ cd api && yarn deploy:local && yarn seed:local
$ docker-compose -f database/docker-compose.yml up -d && prisma deploy && graphql prepare
database_mysql_1 is up-to-date
database_prisma_1 is up-to-date
Deploying service `shop` to stage `local` to server `local` 39ms
Service is already up to date.
✖
Invalid prisma.yml file
prisma.yml should NOT have additional properties. additionalProperty: service
error Command failed with exit code 1
The text was updated successfully, but these errors were encountered:
The
graphqlgen prepare
step fails onyarn setup:prisma
The text was updated successfully, but these errors were encountered: