File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5959 cp -r "backend" ./dist/backend 2>/dev/null || echo "::warning::backend directory not found, skipping."
6060 fi
6161
62- FRONTEND_DIR=$(jq -r '.frontend' plugin.json)
63- if [ "$FRONTEND_DIR" != "null" ]; then
64- cp -r "$FRONTEND_DIR" ./dist/"$FRONTEND_DIR"
65- else
66- cp -r "frontend" ./dist/frontend 2>/dev/null || echo "::warning::frontend directory not found, skipping."
67- fi
68-
6962 include=$(jq -r '.include // [] | .[]' plugin.json)
7063
7164 if [ -z "$include" ]; then
You can’t perform that action at this time.
0 commit comments