Skip to content

Commit

Permalink
Another oups
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Dec 17, 2024
1 parent 2aa005f commit 2637eb3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions types/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ if (XP_TYPES_VERSION) {
} else {
console.error('Unable to read XP_TYPES_VERSION from package.json!!!');
// console.error('Unable to read XP_VERSION from gradle.properties!!!');
exit(1);
exit(1);
}


if (REACT_COMPONENTS_VERSION) {
copyReplaceAndRename('build/types/package.json', 'build/types/package.json', '%REACT_COMPONENTS_VERSION%', REACT_COMPONENTS_VERSION);
} else {
console.error('Unable to read REACT_COMPONENTS_VERSION from package.json!!!');
exit(1);
}

0 comments on commit 2637eb3

Please sign in to comment.