From f17eb9eb9297c8150b34a81a169496c5ac4de270 Mon Sep 17 00:00:00 2001 From: Jo Date: Tue, 7 Nov 2023 09:14:44 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee7b9f..5d46208 100644 --- a/README.md +++ b/README.md @@ -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