issues
search
linode
/
manager
Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
https://cloud.linode.com
Apache License 2.0
700
stars
363
forks
source link
refactor: [M3-8632] - Use `pnpm` as our package manager
#11297
Open
bnussman-akamai
opened
1 week ago
bnussman-akamai
commented
1 week ago
Description ๐
[!warning] Work in progress
Breaking Changes โ ๏ธ
The
up
script (
yarn up
) has been removed because it conflicts with
pnpm up
. Use
pnpm dev
instead to start the local development environment
Preview ๐ท
[!warning] Work in progress
How to test ๐งช
[!warning] Work in progress
As an Author, I have considered ๐ค
๐ Doing a self review
โ Our
contribution guidelines
๐ค Splitting feature into small PRs
โ Adding a
changeset
๐งช Providing/improving test coverage
๐ Removing all sensitive information from the code and PR description
๐ฉ Using a feature flag to protect the release
๐ฃ Providing comprehensive reproduction steps
๐ Providing or updating our documentation
๐ Scheduling a pair reviewing session
๐ฑ Providing mobile support
โฟ Providing accessibility support
[ ] I have read and considered all applicable items listed above.
As an Author, before moving this PR from Draft to Open, I confirmed โ
[ ] All unit tests are passing
[ ] TypeScript compilation succeeded without errors
[ ] Code passes all linting rules
Description ๐
Breaking Changes โ ๏ธ
up
script (yarn up
) has been removed because it conflicts withpnpm up
. Usepnpm dev
instead to start the local development environmentPreview ๐ท
How to test ๐งช
As an Author, I have considered ๐ค
As an Author, before moving this PR from Draft to Open, I confirmed โ