|
Hi! I'm using turborepo with pnpm. My project has the following structure based on https://github.com/t3-oss/create-t3-turbo : .github/ How I can adapt the GitHub action file to match my project structure. Has anyone done this before? Thanks! |
Answered by
j-fdion
Nov 13, 2024
Replies: 1 comment
|
Here's a working solution: I add this step in my github action file. |
0 replies
Answer selected by
j-fdion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a working solution:
I add this step in my github action file.