We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ba6f3 commit f9c73faCopy full SHA for f9c73fa
scripts/migrate/migrate-4-5.js
@@ -115,7 +115,7 @@ function updatePackageJson() {
115
*/
116
function removeScripts(scripts) {
117
/** @type {string[]} */
118
- const scriptsToRemove = ['size:umd', 'size:fesm']
+ const scriptsToRemove = ['size:umd', 'size:fesm', 'postinstall']
119
120
scriptsToRemove.forEach((scriptName) => delete scripts[scriptName])
121
}
0 commit comments