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

Commit 2545720

Browse files
committed
Revert "chore: add update-ns-webpack to scripts (#346)"
This reverts commit 8bd887b.
1 parent 9fa7656 commit 2545720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npmScriptsManager.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ const SCRIPT_TEMPLATES = Object.freeze({
33
"start-[PLATFORM]-bundle": "npm run ns-bundle --[PLATFORM] --run-app",
44
"build-[PLATFORM]-bundle": "npm run ns-bundle --[PLATFORM] --build-app",
55
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
6-
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
7-
"update-ns-webpack": "update-ns-webpack"
6+
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
87
});
98

109
const DEPRECATED_SCRIPT_TEMPLATES = Object.freeze([

0 commit comments

Comments
 (0)