Skip to content

Commit e025d54

Browse files
authored
fix: Un-f*cks release workflow temporarily (#493)
...so we can figure out why our big idea didn't really work too well. Sigh.
1 parent a6f8576 commit e025d54

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ jobs:
6868
echo "Building affected workspaces:"
6969
for workspace in "${AFFECTED_WORKSPACES_ARRAY[@]}"; do
7070
echo " - samples/$workspace"
71-
rm -rf dist/samples/$workspace
72-
(cd samples/ && npm run build --workspace=$workspace)
71+
7372
done
7473
75-
- name: Generate Index
76-
run: bash samples/generate-index.sh
74+
- run: npm run build-all
7775

7876
- name: Get Deleted Workspaces
7977
id: get_deleted

0 commit comments

Comments
 (0)