Skip to content

Commit

Permalink
chore(internal): don't call prepare in dist (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Nov 21, 2023
1 parent 51926d7 commit d09411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-dist-package-json.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ for (const key of ['types', 'main', 'module']) {
delete pkgJson.devDependencies;
delete pkgJson.scripts.prepack;
delete pkgJson.scripts.prepublishOnly;
delete pkgJson.scripts.postinstall;
delete pkgJson.scripts.prepare;

console.log(JSON.stringify(pkgJson, null, 2));

0 comments on commit d09411e

Please sign in to comment.