From 5b1f3fb8443c8e79145008f49a87032ab9974bec Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 2 Jun 2020 13:35:25 +0200 Subject: [PATCH] chore: missing changes on ios publish (#3034) --- .gitignore | 1 - lerna.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a4e832ed0..10fe6c586 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,6 @@ site/www android-template.iml !/build/.npmkeep lerna-debug.log -capacitor-ios/ local.properties contents.xcworkspacedata .stencil/ diff --git a/lerna.json b/lerna.json index 36f863856..4924e3613 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "gitVersionPrefix": "", "packages": [ "./android/", - "./capacitor-ios/", + "./ios/", "./cli/", "./core/", "./electron/"