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 dfc4ec0 commit 82c26fdCopy full SHA for 82c26fd
.github/workflows/changeset-release.yml
@@ -35,7 +35,7 @@ jobs:
35
cache: 'npm'
36
37
- name: Install Dependencies
38
- run: npm install
+ run: npm run install:all
39
40
# Check if there are any new changesets to process
41
- name: Check for changesets
0 commit comments