Skip to content

Commit 6d65551

Browse files
committed
Build plugin
1 parent e98b8a5 commit 6d65551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ PACKAGES=(
3636
"plugin-node"
3737
"plugin-bootstrap"
3838
"plugin-image-generation"
39+
"plugin-coinbase"
3940
)
4041

4142
# Build packages in specified order
4243
for package in "${PACKAGES[@]}"; do
4344
package_path="packages/$package"
44-
45+
4546
if [ ! -d "$package_path" ]; then
4647
echo -e "\033[1mPackage directory '$package' not found, skipping...\033[0m"
4748
continue

0 commit comments

Comments
 (0)