Skip to content

Commit

Permalink
fix(ci): publish ngx component as well
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Feb 28, 2023
1 parent 523533d commit 4d6db7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- run: npx nx build web-component && npx nx prepublish web-component && npx nx bundle web-component && npx nx build ngx-web-component
- run: |
cd dist/packages/web-component && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: |
cd dist/packages/ngx-web-component && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readalongs/ngx-web-component",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"peerDependencies": {
"@angular/animations": "~15.1.0",
"@angular/common": "~15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readalongs/web-component",
"version": "1.0.0",
"version": "1.0.1",
"description": "ReadAlong Web Component",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 4d6db7e

Please sign in to comment.