Skip to content

Commit

Permalink
Merge pull request #819 from NUTFes/fix-makefile
Browse files Browse the repository at this point in the history
makefileの修正
  • Loading branch information
Kubosaka authored Jul 6, 2024
2 parents 6152f32 + 0606d27 commit 29ccb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ run-api:

# StoryBookの起動
run-sb:
docker compose run --rm view npm run storybook
docker compose run --rm -p6006:6006 view npm run storybook

seed:
docker compose run --rm api go mod tidy
Expand Down

0 comments on commit 29ccb52

Please sign in to comment.