Skip to content

Commit e1a0d21

Browse files
author
vakrilov
committed
chore: add npm install in demo run script
1 parent 1146f69 commit e1a0d21

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: "cd appPathPlaceholder && tns run ios"
74+
value: "npm i && cd appPathPlaceholder && tns run ios"
7575
},
7676
{
7777
key: "appNamePlaceholder.android",
78-
value: "cd appPathPlaceholder && tns run android"
78+
value: "npm i && cd appPathPlaceholder && tns run android"
7979
}],
8080
preDefinedPrepareScript =
8181
{

0 commit comments

Comments
 (0)