diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index ce4416e7..29c413d0 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -10,7 +10,8 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "cordova emulate ios --target=\"iPhone-7, 10.2\"" }, "author": "", "license": "UNLICENSED" |
