Skip to content

Commit

Permalink
refactor: Improve Makefile casing consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Nov 18, 2024
1 parent 2c8fd99 commit 1927a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ steps:
plugins: *plugins

- label: ":swift: Test Swift Package"
command: make test_swift_package
command: make test-swift-package
plugins: *plugins
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ local-android-library: build
echo "--- :android: Building Library"
./android/Demo-Android/gradlew -p ./android/Demo-Android :gutenberg:publishToMavenLocal -exclude-task prepareToPublishToS3

build_swift_package: build
build-swift-package: build
$(call XCODEBUILD_CMD, build)

test_swift_package: build
test-swift-package: build
$(call XCODEBUILD_CMD, test)

0 comments on commit 1927a78

Please sign in to comment.