codebeast
05/29/2018, 10:28 AMprisma deploy
on this project but even with the hook, it doesn’t download the prisma schema: https://github.com/christiannwamba/hackernews-node/tree/generatedkuldar
05/29/2018, 10:58 AMgenerated
folder and ran prisma deploy
and both files seemed to get generated.codebeast
05/29/2018, 11:46 AMgenerated
branch. No I don’t get any errors.kuldar
05/29/2018, 12:10 PMprisma deploy
inside the database folder? It seems like the prisma: database/prisma.yml
definition in .graphqlconfig.yml
is referencing the path where the command is given from(?)
So if you run prisma deploy database
in the root folder, the generated
folder should appear correctly.codebeast
05/29/2018, 12:36 PMgenerated
folder.
I am actually running from the root of the project and not the database
folder.
It also does not throw any errorkuldar
05/29/2018, 12:38 PMcodebeast
05/29/2018, 12:51 PMgenerated
branch?kuldar
05/29/2018, 12:59 PMcodebeast
05/29/2018, 1:04 PMprisma deploy database
right from the root?kuldar
05/29/2018, 1:09 PMgenerated
branch, just changed the workspace name in the endpoint urlcodebeast
05/29/2018, 1:59 PMnilan
05/29/2018, 2:15 PMcodebeast
05/29/2018, 2:15 PM