Skip to content

Commit

Permalink
Merge pull request #300 from player-ui/add-asyncnodeplugin-resource-p…
Browse files Browse the repository at this point in the history
…ath-to-build-zip

iOS: add asyncnodeplugin resource path to bazel.build zip
  • Loading branch information
nancywu1 authored Feb 15, 2024
2 parents 463909d + 537f7c5 commit d3c86ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ assemble_pod(
"//core/make-flow:MakeFlow_Bundles_bundle_prod": "ios/packages/test-utils/Resources/",
"//plugins/reference-assets/core:ReferenceAssetsPlugin_Bundles_bundle_prod": "ios/packages/reference-assets/Resources/js/",
# Plugins
"//plugins/async-node/core:AsyncNodePlugin_Bundles_bundle_prod": "ios/plugins/AsyncNodePlugin/Resources/",
"//plugins/beacon/core:BeaconPlugin_Bundles_bundle_prod": "ios/plugins/BaseBeaconPlugin/Resources/",
"//plugins/check-path/core:CheckPathPlugin_Bundles_bundle_prod": "ios/plugins/CheckPathPlugin/Resources/",
"//plugins/common-types/core:CommonTypesPlugin_Bundles_bundle_prod": "ios/plugins/CommonTypesPlugin/Resources/",
Expand Down

0 comments on commit d3c86ff

Please sign in to comment.