Skip to content

Commit 5b218f5

Browse files
committed
build: reorder build steps for clarity
1 parent de1e11d commit 5b218f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
registry-url: 'https://registry.npmjs.org'
7070
- name: Install dependencies
7171
run: npm ci
72-
- name: Compile helpers
73-
run: npm run build
7472
- name: Generate ts
7573
run: npm run generate
74+
- name: Compile helpers
75+
run: npm run build
7676

0 commit comments

Comments
 (0)