Skip to content

Commit

Permalink
build: use linked instead of fixed packages (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Aug 1, 2024
1 parent 3798025 commit 7eeb974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{ "repo": "tien/reactive-dot" }
],
"privatePackages": false,
"fixed": [["@reactive-dot/*"]]
"linked": [["@reactive-dot/*"]]
}

0 comments on commit 7eeb974

Please sign in to comment.