diff --git a/package.json b/package.json index b4ba304..1cd816f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "camplus-root", "scripts": { "precommit": "cd src && lint-staged", - "ci.base.setup": "npm i && npm i -g typescript && tsc && echo no | npm i -g nativescript && tns usage-reporting disable && tns error-reporting disable && cd src && npm i && tsc", + "ci.base.setup": "npm i -g typescript && echo no | npm i -g nativescript && tns usage-reporting disable && tns error-reporting disable && cd src && npm i && tsc", "ci.pip.install": "sudo pip install --upgrade pip && sudo pip install six", "ci.tslint": "cd src && npm run tslint && cd ../demo && npm run ci.tslint && cd ../demo-ng && npm run ci.tslint", "ci.vanilla.android.build": "cd demo && tns build android --env.uglify",