Skip to content

Commit

Permalink
[Fix] monorepo cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Feb 22, 2024
1 parent 40fb81b commit 6c39098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ko/posts/info/monorepo&ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,8 @@ const inquirerTarget = async () => {
"deploy": "node ./deploy"
```

그리고 터미널에서 `npm run deploy` 혹은 `yarn deploy` 등등을 입력해주시면 됩니다!

```
노드버전 18이하는 에러가 발생합니다. 18버전 이상이나 최신버전의 node.js를 설치해주세요!
```

0 comments on commit 6c39098

Please sign in to comment.