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

Commit f3d8a3a

Browse files
authored
fix: bundle scripts should invoke tns run instead of tns start (#174)
fixes #172
1 parent 53d7538 commit f3d8a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: npmScriptsManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const SCRIPT_TEMPLATES = Object.freeze({
22
"ns-bundle": "ns-bundle",
3-
"start-[PLATFORM]-bundle": "npm run ns-bundle --[PLATFORM] --start-app",
3+
"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",
66
});

0 commit comments

Comments
 (0)