Skip to content

Commit 69a8cd3

Browse files
committed
re-add install to publish
1 parent 0dc4c76 commit 69a8cd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
with:
4242
name: build-artifacts
4343
path: ./build
44+
- name: Install dependencies
45+
run: npm ci
4446
- name: Configure Git user
4547
run: |
4648
git config user.name "GitHub Action"

0 commit comments

Comments
 (0)