Skip to content

Commit 6b1d279

Browse files
committed
chore: update release workflow to use 'yarn add -D' for npm installation
1 parent 3adb8d9 commit 6b1d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install
2626

2727
- name: Update npm
28-
run: yarn add --global-folder [email protected]
28+
run: yarn add -D [email protected]
2929

3030
- name: Build
3131
run: yarn build

0 commit comments

Comments
 (0)