-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md, Dockerfile, pre-commit 파일들을 변경하고, 의존성을 업그레이드한다.
- Loading branch information
Showing
8 changed files
with
12,766 additions
and
6,977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn lint-staged | ||
npx lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ git clone [email protected]:JHyeok/nestjs-api-example.git nestjs-project | |
cd nestjs-project | ||
|
||
# 3. 의존성 설치 | ||
yarn install | ||
npm install | ||
``` | ||
|
||
설치가 끝났으면 `src/.env.example`을 복사해서 `.env`를 만듭니다. | ||
|
@@ -54,14 +54,14 @@ $ docker-compose -f docker-compose.dev.yml down -v | |
|
||
```bash | ||
# 운영 환경으로 실행 | ||
$ yarn start:prod | ||
$ npm run start:prod | ||
|
||
# 개발 환경으로 실행 | ||
$ yarn start:dev | ||
$ npm run start:dev | ||
``` | ||
|
||
## 테스트 | ||
|
||
```bash | ||
$ yarn test | ||
$ npm run test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.