Skip to content

Commit 59eb85d

Browse files
committed
install peer dependencies
1 parent 5820ec4 commit 59eb85d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: install dependencies
3232
working-directory: build/projects/angular
3333
run: npm ci
34+
- name: install peer dependencies
35+
working-directory: build/projects/angular
36+
run: npx @themost/peers
3437
- name: build library
3538
working-directory: build
3639
run: npm run ng build angular

0 commit comments

Comments
 (0)