Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit ddecb56

Browse files
authored
fix(postinstall): stop removing "start/run-platform-bundle" scripts (#301)
1 parent 4b704b2 commit ddecb56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: npmScriptsManager.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ const DEPRECATED_SCRIPT_TEMPLATES = Object.freeze([
1111
"prewebpack-[PLATFORM]",
1212
"webpack-[PLATFORM]",
1313
"prestart-[PLATFORM]-bundle",
14-
"start-[PLATFORM]-bundle",
1514
"prebuild-[PLATFORM]-bundle",
16-
"build-[PLATFORM]-bundle",
1715
]);
1816

1917
const PLATFORMS = Object.freeze(["android", "ios"]);

0 commit comments

Comments
 (0)