Skip to content

Commit

Permalink
Merge branch 'main' into 221-ユーザーをクリックらそのユーザーの情報をモーダルウィンドウ的なので表示させるます
Browse files Browse the repository at this point in the history
  • Loading branch information
s-xix98 committed May 30, 2023
2 parents 3f5953d + 8cd1926 commit c8d04eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
storybook-test:
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
services:
postgres:
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DOCKER_BUILD_TXT := .docker_build
PHONY := all
all: $(DOCKER_BUILD_TXT)
$(MAKE) local-npm-i
$(MAKE) local-prisma-generate
docker compose up

$(DOCKER_BUILD_TXT): $(DOCKER_FILES)
Expand All @@ -20,6 +21,10 @@ local-npm-i:
cd frontend && npm i
cd backend && npm i

PHONY += local-prisma-generate
local-prisma-generate:
cd backend && npx prisma generate

PHONY += down
down:
docker compose down
Expand Down

0 comments on commit c8d04eb

Please sign in to comment.