Skip to content

Commit

Permalink
gh actions publish part v
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfysh committed Aug 8, 2024
1 parent 2408eb7 commit 99563fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ tsc -p packages
for dir in dist/*; do
pkg=$(basename "$dir")
mv "$dir" "packages/$pkg/dist"
sed -i '' 's/workspace://g' "packages/$pkg/package.json"
sed -i.bak 's/workspace://g' "packages/$pkg/package.json" && \
rm "packages/$pkg/package.json.bak"
done

changeset publish
Expand Down

0 comments on commit 99563fa

Please sign in to comment.