Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.2' into jp-backport-5-2-to-5-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Aug 15, 2024
2 parents e7aba94 + 71a6035 commit 00393d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (shell.exec(BANNER_CMD).code !== 0) {
shell.exit(1);
};

shell.cp(`-Rf`, [`src`, `index.js`, `package.json`, `LICENSE`, `*.md`], `${NPM_DIR}`);
shell.cp(`-Rf`, [`src`, `types`, `index.js`, `package.json`, `LICENSE`, `*.md`], `${NPM_DIR}`);

shell.echo(`Modifying final package.json`);
const packageJSON = JSON.parse(fs.readFileSync(`./${NPM_DIR}/package.json`));
Expand Down

0 comments on commit 00393d9

Please sign in to comment.