Skip to content

Commit

Permalink
chore: fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Nov 6, 2023
1 parent 5cd9a50 commit 212bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ COPY package/mypackage package/mypackage
RUN yarn workspaces foreach -t run postinstall # if you have postinstall scripts in your package.json file(s)
RUN yarn workspace mypackage build # and/or other build commands

RUN yarn workspace mypackage focus --production
RUN yarn workspaces focus mypackage --production
```

## extra commands (fetch-tools)
Expand Down

0 comments on commit 212bf3c

Please sign in to comment.