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 e7f6aaa commit 2e4a315Copy full SHA for 2e4a315
.github/workflows/release.yml
@@ -64,10 +64,10 @@ jobs:
64
run: |
65
IFS=$'\n'
66
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.changed_workspaces }})
67
-
68
echo "Building affected workspaces:"
69
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
70
echo " - samples/$workspace"
+ rm -rf dist/samples/$workspace
71
(cd samples/ && npm run build --workspace=$workspace)
72
done
73
0 commit comments