Skip to content

Commit 9241c43

Browse files
committed
fix: don't add frontend dir into plugin dist as it is not needed
1 parent fbc4d77 commit 9241c43

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ jobs:
128128
cp -r "backend" ./dist/backend 2>/dev/null || echo "::debug::backend directory not found, skipping."
129129
fi
130130
131-
FRONTEND_DIR=$(jq -r '.frontend' plugin.json)
132-
if [ "$FRONTEND_DIR" != "null" ]; then
133-
cp -r "$FRONTEND_DIR" ./dist/"$FRONTEND_DIR"
134-
else
135-
cp -r "frontend" ./dist/frontend 2>/dev/null || echo "::debug::frontend directory not found, skipping."
136-
fi
137-
138131
include=$(jq -r '.include // [] | .[]' plugin.json)
139132
140133
if [ -z "$include" ]; then

0 commit comments

Comments
 (0)