Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoformiga committed Sep 12, 2024
1 parent 8bb8620 commit 1afefdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"generate:schema": "tsx src/server/generator/generateGraphQLSchemaFile.ts",
"generate:codegen": "graphql-codegen",
"generate": "faststore generate-graphql -c",
"build": "yarn partytown & yarn generate && next build",
"build": "yarn partytown && yarn generate && next build",
"dev": "yarn partytown & yarn generate && next dev",
"clean": "rm -r .next",
"serve": "next start",
Expand Down

0 comments on commit 1afefdf

Please sign in to comment.