Skip to content

Commit

Permalink
fix: update publishing (#221)
Browse files Browse the repository at this point in the history
* fix: update publishing

* chore: ignore husky
  • Loading branch information
aaron-steinfeld authored Apr 13, 2021
1 parent 632a971 commit a6c5404
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.husky
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/npm
@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/api/npm/npm/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"url": "[email protected]:hypertrace/hyperdash-angular.git"
},
"publishConfig": {
"registry": "https://hypertrace.jfrog.io/artifactory/npm"
"registry": "https://hypertrace.jfrog.io/artifactory/api/npm/npm/"
},
"release": {
"branches": [
Expand Down

0 comments on commit a6c5404

Please sign in to comment.