Skip to content

Commit

Permalink
skip upload sourcemaps on release
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jan 22, 2023
1 parent 81526d4 commit 57b1811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release": true
},
"hooks": {
"before:bump": "yarn build",
"before:bump": "SKIP_ROLLBAR=true yarn build",
"after:release": "CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD) && git checkout release && git reset --hard $CURRENT_BRANCH && git push origin release -f && git checkout main"
}
}

0 comments on commit 57b1811

Please sign in to comment.