diff --git a/package.json b/package.json index 35d15f2..816c5f4 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "build.ios": "bash src-native/ios/build.sh", "build.native": "npm run build.android && npm run build.ios", "build": "npm run build.plugin", - "demo.ios": "npm run build && cd ../demo && tns run ios", - "demo.android": "npm run build && cd ../demo && tns run android", + "demo.ios": "npm run build && cd ./demo && tns run ios", + "demo.android": "npm run build && cd ./demo && tns run android", "plugin.watch.tsc": "npm run tsc -- -w", "plugin.watch.android": "npm i && npm-watch build.android", "plugin.watch.ios": "npm i && npm-watch build.ios", @@ -96,4 +96,4 @@ "@commitlint/config-conventional" ] } -} \ No newline at end of file +}