You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend_tasks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ docker-compose run backend bash
16
16
17
17
...which saves having to wait for docker-compose to spin up for every test run.
18
18
19
-
`yarn build` will generate a `.build` directory which will be seen within the `backend` container.
20
-
If you don't have `yarn` working on your host you can run this instead `docker-compose run frontend sh -c "yarn && yarn build"`
19
+
`pnpm build` will generate a `.build` directory which will be seen within the `backend` container.
20
+
If you don't have `pnpm` working on your host you can run this instead `docker-compose run frontend sh -c "corepack enable && pnpm install && pnpm build"`
21
21
22
22
Then run the individual tools within that shell, like so:
0 commit comments