Skip to content

Commit 7955915

Browse files
committed
Merge branch 'master' of github.com:EddyVerbruggen/nativescript-https
2 parents 2555372 + 6e645d8 commit 7955915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build.ios": "bash src-native/ios/build.sh",
1111
"build.native": "npm run build.android && npm run build.ios",
1212
"build": "npm run build.plugin",
13-
"demo.ios": "npm run build && cd ../demo && tns run ios",
14-
"demo.android": "npm run build && cd ../demo && tns run android",
13+
"demo.ios": "npm run build && cd ./demo && tns run ios",
14+
"demo.android": "npm run build && cd ./demo && tns run android",
1515
"plugin.watch.tsc": "npm run tsc -- -w",
1616
"plugin.watch.android": "npm i && npm-watch build.android",
1717
"plugin.watch.ios": "npm i && npm-watch build.ios",
@@ -96,4 +96,4 @@
9696
"@commitlint/config-conventional"
9797
]
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)