Skip to content

Commit

Permalink
chore: use bail flag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 24, 2023
1 parent 2673f69 commit b1024c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "aegir run lint",
"dep-check": "aegir run dep-check",
"release": "run-s build npm:release",
"npm:release": "aegir exec npm -- publish || true",
"npm:release": "aegir exec --bail false npm -- publish",
"release:rc": "aegir release-rc",
"docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs"
},
Expand Down

0 comments on commit b1024c6

Please sign in to comment.