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 c4351c3 commit b6aad8bCopy full SHA for b6aad8b
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
echo "Building affected workspaces:"
69
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
70
echo " - samples/$workspace"
71
- (cd samples/ && npm run build --workspace=$workspace)
+
72
done
73
74
- name: Get Deleted Workspaces
@@ -85,8 +85,7 @@ jobs:
85
86
87
88
- - name: Generate Index
89
- run: bash samples/generate-index.sh
+ - run: npm run build-all
90
91
- uses: google-github-actions/auth@v1
92
with:
0 commit comments