Skip to content

Commit

Permalink
add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jul 19, 2023
1 parent c266b61 commit 6261c29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.5.2

- Re-release of 3.5.1 but published to GH Packages instead of NPM

## 3.5.1

- Run `ember-cli-update`
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"type": "git",
"url": "https://github.com/zestia/ember-messages.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "ember build --environment=production",
"deploy": "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages",
Expand Down

0 comments on commit 6261c29

Please sign in to comment.