Skip to content

Commit

Permalink
chore: add relay build to root build command
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 15, 2024
1 parent 5df8a59 commit 42c42df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"dev": "next dev",
"start": "next start",
"---": "",
"build": "next build",
"build": "pnpm run build:relay && pnpm run build:next",
"build:next": "next build",
"build:graphql": "get-graphql-schema http://localhost:5263/graphql > schema.graphql & pnpm build:relay",
"build:relay": "relay-compiler",
"--- ": "",
Expand Down

0 comments on commit 42c42df

Please sign in to comment.