Skip to content

Commit

Permalink
Merge pull request #356 from qonto/release-it-disable-root-npm
Browse files Browse the repository at this point in the history
chore(release-it): set npm as false on the root
  • Loading branch information
dannycalleri authored Dec 29, 2023
2 parents 6f690d2 + 9b919fb commit dd940a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ module.exports = {
release: true,
tokenRef: "GITHUB_AUTH",
},
npm: false,
};

0 comments on commit dd940a4

Please sign in to comment.