Skip to content

Commit 82c26fd

Browse files
committed
fixing install command
1 parent dfc4ec0 commit 82c26fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'npm'
3636

3737
- name: Install Dependencies
38-
run: npm install
38+
run: npm run install:all
3939

4040
# Check if there are any new changesets to process
4141
- name: Check for changesets

0 commit comments

Comments
 (0)