We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f7014 commit 0868ab1Copy full SHA for 0868ab1
packages/repo-configs/scripts/prepare-canary
@@ -5,4 +5,4 @@ echo "$( jq '.version = "0.0.0"' package.json )" > package.json
5
echo -e "---\n$( jq .name package.json ): patch\n---\n\nFake entry to force publishing" > ../../.changeset/force-snapshot-release.md
6
7
cd ../../
8
-yarn changeset version --snapshot
+npx changeset version --snapshot
0 commit comments