Skip to content

Commit 0c8fa99

Browse files
committed
feat: rename CLI output directory to .brownfield
1 parent e59f64a commit 0c8fa99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/RNApp/ios/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.brownie
1+
.brownfield

packages/cli/src/brownfield/commands/packageIos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const packageIosCommand = curryOptions(
4242

4343
const brownieCacheDir = path.join(
4444
userConfig.project.ios.sourceDir,
45-
'.brownie'
45+
'.brownfield'
4646
);
4747

4848
options.buildFolder ??= path.join(brownieCacheDir, 'build');

0 commit comments

Comments
 (0)