Skip to content

Commit

Permalink
chore: exit the script and continue with build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravjeetsingh committed May 31, 2024
1 parent 97593ac commit 88f1468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/update-packagejson.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const teamId = process.env.APPLE_TEAM_ID;

if (!teamId) {
console.error('TEAM_ID is not defined in the environment variables');
process.exit(1);
process.exit(0);
}

if (!process.env.I_AM_TRAVIS) {
Expand Down

0 comments on commit 88f1468

Please sign in to comment.