Skip to content

Commit 9e7c370

Browse files
authored
Update publish.yml (#9)
1 parent d31423b commit 9e7c370

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
node-version: 20
1414
registry-url: https://registry.npmjs.org/
15+
- name: install dependencies
16+
run: npm ci
1517
- name: build library
1618
run: npm run build
1719
- name: publish library

0 commit comments

Comments
 (0)