Skip to content

Commit aec5822

Browse files
authored
chore: update PR jobs to run build script and generate files (#87)
* chore: update PR jobs to generate files Signed-off-by: Sonia Sandler <[email protected]> --------- Signed-off-by: Sonia Sandler <[email protected]>
1 parent 78b7411 commit aec5822

File tree

3 files changed

+10
-5142
lines changed

3 files changed

+10
-5142
lines changed

.github/workflows/pr-check.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Execute pnpm
5050
run: pnpm install --frozen-lockfile
5151

52+
- name: Execute build to generate files
53+
run: pnpm build
54+
5255
- name: Run linter
5356
run: pnpm lint:check
5457

@@ -80,6 +83,9 @@ jobs:
8083
- name: Execute pnpm
8184
run: pnpm install
8285

86+
- name: Execute build to generate files
87+
run: pnpm build
88+
8389
- name: Run typecheck
8490
run: pnpm typecheck:backend
8591

@@ -112,5 +118,8 @@ jobs:
112118
- name: Execute pnpm
113119
run: pnpm install
114120

121+
- name: Execute build to generate files
122+
run: pnpm build
123+
115124
- name: Run unit tests
116125
run: pnpm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist
88
/.npmrc
99
output
1010
test-results
11+
src/rh-api/gen

0 commit comments

Comments
 (0)