Skip to content

Commit dafc5c8

Browse files
authored
Merge pull request #178 from NativeScript/remove-tsc-in-demo-scripts
chore: remove un-needed tsc in demo scripts
2 parents 329ffe3 + e1a0d21 commit dafc5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/postclone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ var class_name,
7171
preDefinedAppScripts = [
7272
{
7373
key: "appNamePlaceholder.ios",
74-
value: "npm run tsc && cd appPathPlaceholder && tns run ios"
74+
value: "npm i && cd appPathPlaceholder && tns run ios"
7575
},
7676
{
7777
key: "appNamePlaceholder.android",
78-
value: "npm run tsc && cd appPathPlaceholder && tns run android"
78+
value: "npm i && cd appPathPlaceholder && tns run android"
7979
}],
8080
preDefinedPrepareScript =
8181
{

0 commit comments

Comments
 (0)