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 9241c43 commit d6088cfCopy full SHA for d6088cf
.github/workflows/pr.yml
@@ -59,13 +59,6 @@ jobs:
59
cp -r "backend" ./dist/backend 2>/dev/null || echo "::warning::backend directory not found, skipping."
60
fi
61
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
-
69
include=$(jq -r '.include // [] | .[]' plugin.json)
70
71
if [ -z "$include" ]; then
0 commit comments