Skip to content

Commit

Permalink
Comment createModulePackages for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Aug 29, 2024
1 parent 0c07408 commit ea5e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copyFiles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function run(argv) {

await addLicense(packageData, exportFormat);

await createModulePackages({ from: srcPath, to: buildPath, exportFormat });
// await createModulePackages({ from: srcPath, to: buildPath, exportFormat });
} catch (err) {
console.error(err);
process.exit(1);
Expand Down

0 comments on commit ea5e991

Please sign in to comment.