Skip to content

Commit e61e8ef

Browse files
committed
chore: ensure android aar build instead of a manifest file before publishing to npm
1 parent 7d53f96 commit e61e8ef

File tree

4 files changed

+140
-69
lines changed

4 files changed

+140
-69
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ npm-debug.log
3131
node_modules
3232
!Gruntfile.js
3333
.d.ts
34+
35+
platforms/android/nativescript_unit_test_runner.aar

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ tscommand.tmp.txt
1414
*.ts
1515
*.js.map
1616
definitions
17+
platforms/android/*
18+
!platforms/android/*.aar

0 commit comments

Comments
 (0)