Skip to content

Commit 88910fc

Browse files
Update README to correct package management commands from npm to Yarn
1 parent 17e0819 commit 88910fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

complete/javascript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
### 설치 및 실행
1515
```bash
1616
# 의존성 설치
17-
npm install
17+
yarn install
1818

1919
# 개발 서버 실행
20-
npm dev
20+
yarn dev
2121

2222
# 프로덕션 빌드
23-
npm build
23+
yarn build
2424

2525
# 빌드 미리보기
26-
npm preview
26+
yarn preview
2727
```

0 commit comments

Comments
 (0)