Skip to content

Commit

Permalink
chore: bun build -> bun run build
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Feb 6, 2025
1 parent 49e0603 commit d46f0f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-alpha-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build Docs
working-directory: ./docs
run: |
bun build
bun run build
- name: Deploy docs at Cloudflare Pages in `seed-design-v3` project (Alpha)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-production-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build Docs
working-directory: ./docs
run: |
yarn build
bun run build
- name: Deploy docs at Cloudflare Pages in `seed-design-v3` project (Production)
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pnpm dev
bun dev
```

Open http://localhost:3000 with your browser to see the result.
Open http://localhost:3000 with your browser to see the result

0 comments on commit d46f0f9

Please sign in to comment.