Skip to content

Commit b17d9da

Browse files
committed
build: reorder steps in publish workflow
1 parent 5b218f5 commit b17d9da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
registry-url: 'https://registry.npmjs.org'
9292
- name: Install dependencies
9393
run: npm ci
94-
- name: Compile helpers
95-
run: npm run build
9694
- name: Generate ts
9795
run: npm run generate
96+
- name: Compile helpers
97+
run: npm run build
9898
- name: Set version
9999
run: npm version ${{ github.ref_name }} --git-tag-version=false
100100
- name: Publish package

0 commit comments

Comments
 (0)