Skip to content

Commit

Permalink
Remove git add dist from release
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and diogotorres97 committed Oct 27, 2023
1 parent e98449e commit ded807c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ module.exports = {
},
hooks: {
'after:bump': `
npm run build &&
git add dist --all
npm run build
`
}
};
3 changes: 3 additions & 0 deletions packages/opentelemetry-mutable-baggage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"description": "Package that allows an OpenTelemetry baggage to be mutable.",
"main": "dist/index.js",
"files": [
"dist"
],
"author": "Uphold",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit ded807c

Please sign in to comment.