We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc4d77 commit 9241c43Copy full SHA for 9241c43
.github/workflows/ci.yml
@@ -128,13 +128,6 @@ jobs:
128
cp -r "backend" ./dist/backend 2>/dev/null || echo "::debug::backend directory not found, skipping."
129
fi
130
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
-
138
include=$(jq -r '.include // [] | .[]' plugin.json)
139
140
if [ -z "$include" ]; then
0 commit comments