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 e6c5b43 commit 7f07e8dCopy full SHA for 7f07e8d
.github/workflows/release-npm-packages.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm i -D changesets
29
30
- name: Check for changesets
31
- run: changeset status --since=main
+ run: npx changeset status --since=main
32
33
- name: Install dependencies
34
run: npm i --workspace=npm-packages/shared-utils && npm i --workspace=npm-packages/react-api
0 commit comments