Skip to content

Commit

Permalink
update config for publishing part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pornkilla committed Sep 30, 2024
1 parent 9dd1729 commit adf7b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"@semantic-release/npm",
{
"pkgRoot": "dist/ng-select"
},
{
"npmPublish": true,
"registry": "https://npm.pkg.github.com"
}
],
"@semantic-release/release-notes-generator"
Expand Down Expand Up @@ -91,9 +95,5 @@
"standard-version": "^9.5.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}

0 comments on commit adf7b64

Please sign in to comment.