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

Commit 8bd887b

Browse files
Vasil ChimevPanayotCankov
Vasil Chimev
authored andcommitted
chore: add update-ns-webpack to scripts (#346)
1 parent 49ef411 commit 8bd887b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: npmScriptsManager.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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"
6+
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
7+
"update-ns-webpack": "update-ns-webpack"
78
});
89

910
const DEPRECATED_SCRIPT_TEMPLATES = Object.freeze([

0 commit comments

Comments
 (0)