Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin Dunglas <[email protected]>
  • Loading branch information
adguernier and dunglas authored Apr 18, 2024
1 parent cc10da7 commit bcc81b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_modules/
.vscode/
.env.local
.yarn/
storybook-static/
storybook-static/
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodeLinker: node-modules
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ yarn test
If you have chosen to develop with Storybook, you have to build the CI stack first:

```console
docker compose docker compose -f compose.yaml -f compose.ci.yaml up
docker compose -f compose.yaml -f compose.ci.yaml up
```

Once the containers are healthy, run
Expand Down
2 changes: 1 addition & 1 deletion compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
environment:
ENTRYPOINT: http://php
volumes:
- /srv/app/node_modules
- /srv/app/node_modules

0 comments on commit bcc81b3

Please sign in to comment.