Skip to content

Commit

Permalink
ci: skip npm checks when running release script (#184)
Browse files Browse the repository at this point in the history
Errors out unnecessarily, as per release-it/release-it#704
  • Loading branch information
Harjot1Singh committed Nov 4, 2020
1 parent fd4fedf commit adfc094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ patch_re=\#Patch

echo ${log_messages}

args="-n --npm.access=public --github.release --no-git.requireCleanWorkingDir"
args="-n --npm.access=public --github.release --no-git.requireCleanWorkingDir --npm.skipChecks"

if [[ ${log_messages} =~ ${major_re} ]]; then
echo "Major Release"
Expand Down

0 comments on commit adfc094

Please sign in to comment.