Skip to content

Commit

Permalink
more yarn changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Sep 25, 2023
1 parent 0872285 commit 42ca8a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"publishConfig": {
"registry": "https://registry.npmjs.org"
"npm": {
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"docs": "documentation build --github --output docs --format html ./ip-address.js",
"build": "rm -rf dist/* && tsc -p tsconfig.json",
"prepack": "npm run build",
"prepack": "yarn build",
"release": "release-it",
"test-ci": "nyc mocha",
"test": "mocha",
Expand Down

0 comments on commit 42ca8a6

Please sign in to comment.