Skip to content

Commit e6b2846

Browse files
committed
fix(app): workspace builder adjustment for android platform
closes #10
1 parent e6aa9da commit e6b2846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/nx",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",

packages/nx/src/schematics/application/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function (options: Schema) {
8181
android: {
8282
builder: '@nativescript/nx:build',
8383
options: {
84-
platform: 'ios',
84+
platform: 'android',
8585
},
8686
configurations: {
8787
prod: {

0 commit comments

Comments
 (0)