Skip to content

Commit

Permalink
docs: 📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Aug 5, 2021
1 parent d54f044 commit 9762404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ yarn workspace <workspace-name> remove <package-name>
# npm login
yarn npm login

# 빌드
yarn workspace <workspace-name> version <strategy>
# ex: yarn workspace @pickk/design-token build

# 버전 업데이트 (strategy = 'major'|'minor'|'patch')
yarn workspace <workspace-name> version <strategy>
# ex: yarn workspace @pickk/design-token version patch
Expand Down

0 comments on commit 9762404

Please sign in to comment.