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 a6f8576 commit e025d54Copy full SHA for e025d54
.github/workflows/release.yml
@@ -68,12 +68,10 @@ jobs:
68
echo "Building affected workspaces:"
69
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
70
echo " - samples/$workspace"
71
- rm -rf dist/samples/$workspace
72
- (cd samples/ && npm run build --workspace=$workspace)
+
73
done
74
75
- - name: Generate Index
76
- run: bash samples/generate-index.sh
+ - run: npm run build-all
77
78
- name: Get Deleted Workspaces
79
id: get_deleted
0 commit comments