-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: Pnpm as package manager and other improvements #1507
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 78d67c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…te package.json to specify [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rått! Før denne merges så er det fint om du tar en gjennomgang av PRen med web-techleads og andre Spor-interesserte. For at vi andre kan lære litt og at vi kan snakke om hvordan dette vil påvirke de andre løsningene vi har. 🙂
Enig! |
``` | ||
|
||
### Develop | ||
|
||
To develop all apps and packages, run the following command: | ||
|
||
``` | ||
npm run dev | ||
pnpm dev | ||
``` | ||
|
||
This will start all apps and packages in development mode. You can then visit the following URLs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mener det er en codesandbox seksjon i denne readme, kan du fjerne den også?
Background
Pnpm has better monorepo support over npm and improves performance, disk usage, and dependency resolution.
Introduction of pnpm in this project highlighted some issues which are also resolved in this pr.
Solution