Skip to content

Commit 0868ab1

Browse files
committed
Use npx
1 parent 55f7014 commit 0868ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repo-configs/scripts/prepare-canary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ echo "$( jq '.version = "0.0.0"' package.json )" > package.json
55
echo -e "---\n$( jq .name package.json ): patch\n---\n\nFake entry to force publishing" > ../../.changeset/force-snapshot-release.md
66

77
cd ../../
8-
yarn changeset version --snapshot
8+
npx changeset version --snapshot

0 commit comments

Comments
 (0)