mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(docker): remove removed package from devcontainer config (#65943)
This commit is contained in:
committed by
GitHub
parent
e74f43d1bc
commit
9dc228b61f
@@ -43,7 +43,6 @@ COPY --chown=node:node e2e/package.json e2e/
|
||||
COPY --chown=node:node tools/challenge-helper-scripts/package.json tools/challenge-helper-scripts/
|
||||
COPY --chown=node:node tools/challenge-parser/package.json tools/challenge-parser/
|
||||
COPY --chown=node:node tools/client-plugins/browser-scripts/package.json tools/client-plugins/browser-scripts/
|
||||
COPY --chown=node:node tools/client-plugins/gatsby-remark-node-identity/package.json tools/client-plugins/gatsby-remark-node-identity/
|
||||
COPY --chown=node:node tools/client-plugins/gatsby-source-challenges/package.json tools/client-plugins/gatsby-source-challenges/
|
||||
COPY --chown=node:node tools/daily-challenges/package.json tools/daily-challenges/
|
||||
COPY --chown=node:node tools/scripts/seed/package.json tools/scripts/seed/
|
||||
|
||||
Reference in New Issue
Block a user