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

Commit d5ec75c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: 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)