mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: create shared workspace (#51454)
This commit is contained in:
committed by
GitHub
parent
3c0c14b427
commit
391fc2e34d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user