Skip to content

Commit 6e645d8

Browse files
authored
Merge pull request #79 from PatrickLohan/demo-relative-path-fixed
Update demo scripts with correct path
2 parents 91aa391 + 8358e55 commit 6e645d8

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)