Skip to content

Commit

Permalink
Add missing flag for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Apr 21, 2023
1 parent d8af3b2 commit 715aaa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-it.json
Expand Up @@ -16,5 +16,8 @@
"after:git:release": "if [ \"${isPreRelease}\" != \"true\" ]; then git tag -f latest && git push -f origin latest; fi",
"after:release": "echo Successfully created a release draft v${version} for ${repo.repository}. Please add release notes when necessary and publish it!",
"before:init": "npm test"
},
"npm": {
"publishArgs": ["--provenance"]
}
}

0 comments on commit 715aaa0

Please sign in to comment.