Skip to content

Commit

Permalink
chore: change working-directory of dom-utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Aug 21, 2024
1 parent 3a31674 commit c1e14e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component-docs-deploy-alpha-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn install --immutable

- name: Install dom-utils packages
working-directory: ./packages/dom-utils
working-directory: ./packages/utils/dom-utils
run: yarn build

- name: Build headless packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn install --immutable

- name: Install dom-utils packages
working-directory: ./packages/dom-utils
working-directory: ./packages/utils/dom-utils
run: yarn build

- name: Build headless packages
Expand Down
1 change: 1 addition & 0 deletions component-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ component-docs
┣ 📂seed-design # snippet은 진실의 원천으로 사용하고, Docs에서 사용하는 코드는 생성해서 사용
┗ 📂snippets # registry에 담김
```

0 comments on commit c1e14e7

Please sign in to comment.