We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2dbac commit a9fb83cCopy full SHA for a9fb83c
src/package.json
@@ -15,8 +15,8 @@
15
"url": "https://github.com/proyecto26/nativescript-inappbrowser.git"
16
},
17
"scripts": {
18
- "tsc": "tsc",
19
- "build": "npm install && npm run tsc && npm run build.native",
+ "tsc": "npm install && tsc",
+ "build": "npm run tsc && npm run build.native",
20
"build.native": "node scripts/build-native.js",
21
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
22
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
0 commit comments