refactor: create shared workspace (#51454)

This commit is contained in:
Oliver Eyton-Williams
2023-09-07 19:36:01 +02:00
committed by GitHub
parent 3c0c14b427
commit 391fc2e34d
168 changed files with 278 additions and 263 deletions

View File

@@ -34,7 +34,7 @@ ARG FREECODECAMP_NODE_ENV
RUN pnpm config set dedupe-peer-dependents false
# Scripts need to be run at this stage (--ignore-scripts cannot be used) because
# without them, Gatsby will not install sharp.
RUN pnpm install -w -F=client -F=ui -F=browser-scripts -F=challenge-parser \
RUN pnpm install -F=shared -F=client -F=ui -F=browser-scripts -F=challenge-parser \
--frozen-lockfile
RUN pnpm build:client