Use whenever the scope of your task touches the shopify package or its uses anywhere in the project.
This project uses Shopify headless. @acme/shopify is configured so that GraphQL queries written inside the package will have TypeScript types generated for them.
As you are working on any Shopify/GraphQL code in this project, make sure you STRICTLY adhere to the principles listed below. If you think there might actually be a valid use case for breaking them, pause and confirm first with the user.
After creating or modifying any GraphQL queries in the shopify package, you must always run:
pnpm --filter @acme/shopify run build