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 7, 2023
1 parent 212bf3c commit f17eb9e
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 @@ -117,7 +117,7 @@ RUN yarn fetch workspaces focus mypackage
COPY package/mypackage package/mypackage

# COPY package/my-package-dep1 . # if you have one or many workspace dependencies
RUN yarn workspaces foreach -t run postinstall # if you have postinstall scripts in your package.json file(s)
RUN yarn workspaces foreach -At 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 workspaces focus mypackage --production
Expand Down

0 comments on commit f17eb9e

Please sign in to comment.