Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 16, 2024
1 parent 4f56d7c commit 8d3146c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check for changes in package A using turbo
id: turbo_check
run: |
RESULT=$(npx turbo-ignore @bottlesteam/web build)
RESULT=$(npx turbo-ignore @bottlesteam/bottle)
echo $RESULT
continue-on-error: true

Expand Down
2 changes: 1 addition & 1 deletion apps/bottle/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Home() {
return (
<div>
<div style={{ width: '100%', height: '200vh', display: 'flex', alignItems: 'flex-end', marginBottom: '300px' }}>
<p>폰트 적용확인폰트 적용확인폰트</p>
<p>폰트 적용확인폰트</p>
<Asset type="icon-down" />
<Asset type="icon-arrow-left" />
</div>
Expand Down

0 comments on commit 8d3146c

Please sign in to comment.