We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f650c commit fd7bc7dCopy full SHA for fd7bc7d
.github/workflows/pull-request.yml
@@ -62,6 +62,9 @@ jobs:
62
node-version: 22
63
cache: yarn
64
65
+ - name: Setup Repotools
66
+ run: yarn workspaces focus @sourceacademy/modules-repotools && yarn workspaces foreach -A --include "@sourceacademy/modules-repotools" run build
67
+
68
- name: Install dependencies
69
run: yarn install --immutable
70
0 commit comments