Skip to content

Commit fe64410

Browse files
authored
Merge pull request #5 from NativeScript/tgpetrov/remove-platforms
chore: remove unneeded platforms directory
2 parents 9b433a0 + b2a1034 commit fe64410

File tree

4 files changed

+1
-45
lines changed

4 files changed

+1
-45
lines changed

src/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"scripts": {
1313
"tsc": "npm i && tsc",
1414
"build": "npm run tsc",
15-
"build.native": "node scripts/build-native.js",
1615
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"",
1716
"plugin.tscwatch": "npm run tsc -- -w",
1817
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator",
@@ -28,7 +27,7 @@
2827
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
2928
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
3029
"ngc": "ngc -p tsconfig.json",
31-
"prepack": "npm i && npm run ngc && npm run build.native",
30+
"prepack": "npm i && npm run ngc",
3231
"pack": "bash ../publish/pack.sh"
3332
},
3433
"keywords": [

src/platforms/android/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/platforms/android/include.gradle

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/scripts/build-native.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)