Skip to content

Commit f0a699b

Browse files
committed
Build hooks before components
1 parent 0231d11 commit f0a699b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ jobs:
121121
if: steps.check-version.outputs.exists == 'false'
122122
working-directory: packages/web-client
123123
run: pnpm publish --no-git-checks --access public
124-
env:
125-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
126124

127125
- name: Create release tag
128126
if: steps.check-version.outputs.exists == 'false'
@@ -156,6 +154,7 @@ jobs:
156154
- name: Build components (and dependencies)
157155
run: |
158156
pnpm --filter @pelicanplatform/web-client run build
157+
pnpm --filter @pelicanplatform/hooks run build
159158
pnpm --filter @pelicanplatform/components run build
160159
161160
# - name: Test components
@@ -181,8 +180,6 @@ jobs:
181180
if: steps.check-version.outputs.exists == 'false'
182181
working-directory: packages/components
183182
run: pnpm publish --no-git-checks --access public
184-
env:
185-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
186183

187184
- name: Create release tag
188185
if: steps.check-version.outputs.exists == 'false'
@@ -241,8 +238,6 @@ jobs:
241238
if: steps.check-version.outputs.exists == 'false'
242239
working-directory: packages/hooks
243240
run: pnpm publish --no-git-checks --access public
244-
env:
245-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
246241

247242
- name: Create release tag
248243
if: steps.check-version.outputs.exists == 'false'

0 commit comments

Comments
 (0)