Skip to content

Commit

Permalink
diable tests for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed May 7, 2024
1 parent d761c7b commit 880399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if (isNotPatch && BRANCH === DEFAULT_BRANCH) {
exec(pushCmd);
} else {
console.log("push changes back to repo -> ", pushCmd);
exec("git status");
exec(pushCmd);
}

Expand Down

0 comments on commit 880399f

Please sign in to comment.