Skip to content

Commit

Permalink
Make sure changes under deploy trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Aug 23, 2024
1 parent c0fd578 commit 447e795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy/cht-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const validateNodeVersion = function() {
console.error(`Invalid Node.js version. Required: ${requiredNodeVersion}. Current: ${process.version}`);
process.exit(1);
}

} catch (err) {
console.error('Error reading package.json:', err.message);
process.exit(1);
Expand Down

0 comments on commit 447e795

Please sign in to comment.