Files
freeCodeCamp/pnpm-workspace.yaml
2026-04-19 22:14:51 +05:30

29 lines
590 B
YAML

packages:
- 'api'
- 'client'
- 'curriculum'
- 'e2e'
- 'shared'
- 'tools/challenge-helper-scripts'
- 'tools/challenge-parser'
- 'tools/client-plugins/*'
- 'tools/crowdin'
- 'tools/daily-challenges'
- 'tools/scripts/seed'
- 'tools/scripts/seed-exams'
- 'packages/*'
# Disable until we can enable this again.
strictPeerDependencies: false
# A lot of our scripts rely on pre and post scripts.
enablePrePostScripts: true
minimumReleaseAge: 10080
packageExtensions:
'@testing-library/jest-dom':
peerDependencies:
vitest: '*'
hoistPattern:
- '!*eslint*'