Skip to content

Commit fc933e6

Browse files
committed
yarn i 커맨드를 yarn install 로 수정합니다
1 parent c33d7e6 commit fc933e6

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
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'yarn'
2222

2323
- name: Install Dependencies
24-
run: yarn i
24+
run: yarn install
2525

2626
- name: Build
2727
run: yarn build

0 commit comments

Comments
 (0)