Skip to content

Commit

Permalink
fix: build issue where full path of dist/library folder is pushed to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 28, 2023
1 parent 0fee223 commit ea07da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
# run: npx semantic-release
run: npm run semantic-release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"watch": "ng build --watch --configuration development",
"prepack": "npm run build",
"test": "ng test ngx-jwt-auth",
"prepare": "husky install"
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ea07da9

Please sign in to comment.