Skip to content

Commit cde7470

Browse files
authored
fix: npm to publish node client instead of browser (#34)
1 parent a33f673 commit cde7470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-clients.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
-o /local/client \
2222
-p npmName="@commitdev/zero-notification-service-client" \
2323
-p npmVersion="${{ github.event.release.tag_name }}" \
24+
-p platform=node \
2425
-p moduleName="NotificationService"
2526
sudo chmod -R a+rw ${GITHUB_WORKSPACE}
2627

0 commit comments

Comments
 (0)