yarn 2+(yarn3) production install 방법
$ yarn workspaces ls $ yarn workspaces focus [workspace] --production yarn plugin import workspace-tools devdependencies 말고 production dependencies만 설치하고 싶었는데 yarn2 부터는 `yarn install --production`이 먹지 않는다. yarn1에서 제공하던 아래 명령어를 치면 아래처럼 `yarn workspaces focus`를 대신 쓰라고 나온다. (참고) $ yarn install --production YN0050: The --production option is deprecated on 'install'; use 'yarn workspaces focus' inst..
2023.06.01