Fix auto add of postinstall script
This commit is contained in:
parent
c87b6153bb
commit
e2921b7e37
@ -56,7 +56,7 @@ export function addSyncExtensionsToPostinstallScript(params: {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cmd_preexisting.includes(cmd_base)) {
|
if (!cmd_preexisting.includes(cmd_base)) {
|
||||||
scripts[scriptName] = generateCmd({ cmd_preexisting });
|
scripts[scriptName] = generateCmd({ cmd_preexisting });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user