-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
717a2ec
commit 04d82bb
Showing
4 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,16 +17,15 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8.2.0 | ||
- name: Install bun | ||
uses: oven-sh/setup-bun@v1 | ||
|
||
- name: Install Node Dependencies | ||
run: pnpm install | ||
- name: Install dependencies | ||
run: bun install | ||
working-directory: ./frontend | ||
|
||
- name: Build storybook | ||
run: pnpm run build-storybook -o ./dist/storybook | ||
run: bun run build-storybook -o ./dist/storybook | ||
working-directory: ./frontend | ||
|
||
- name: Create dist/frontend directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04d82bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
capitalens – ./
capitalens-git-main-yutakobayashi.vercel.app
capitalens.vercel.app
parliament-data.vercel.app
capitalens-yutakobayashi.vercel.app