Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfysh committed Dec 8, 2024
1 parent e656527 commit aca9d92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/honest-carrots-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@getlang/get": patch
"@getlang/lib": patch
"@getlang/parser": patch
"@getlang/utils": patch
---

fix publish
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
for dir in packages/*; do
tsc -p $dir
sed -i.bak 's/workspace://g' "$dir/package.json"
rm "$dir/package.json.bak" "tsconfig.json"
rm "$dir/package.json.bak" "$dir/tsconfig.json"
done

changeset publish
Expand Down

0 comments on commit aca9d92

Please sign in to comment.