Skip to content

Commit c6543a4

Browse files
committed
chore(internal): don't call prepare in dist (#39)
1 parent 25f0598 commit c6543a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-dist-package-json.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ for (const key of ['types', 'main', 'module']) {
1616
delete pkgJson.devDependencies;
1717
delete pkgJson.scripts.prepack;
1818
delete pkgJson.scripts.prepublishOnly;
19-
delete pkgJson.scripts.postinstall;
19+
delete pkgJson.scripts.prepare;
2020

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

0 commit comments

Comments
 (0)