Skip to content

Commit dcd81e2

Browse files
authored
Added missed step in publish-packages workflow
Install dependencies step was added in publish-packages.yaml
1 parent 278b4da commit dcd81e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
node-version: "22"
3030

31+
- name: Install dependencies
32+
run: pnpm install --frozen-lockfile
33+
3134
- name: Configure npm auth
3235
run: |
3336
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)