Skip to content

Commit

Permalink
fix: build 스크립트가 workspace를 보고 있던 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Aug 16, 2021
1 parent 3e0f0dc commit ac5dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ui-kit-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install depedencies
run: yarn
- name: Build
run: yarn workspace @lubycon/ui-kit build
run: yarn build
- name: Publish
id: publish
uses: codfish/semantic-release-action@master
Expand Down

0 comments on commit ac5dd43

Please sign in to comment.