We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
packageManager
package.json
As title
For "packageManager": "[email protected]", we should use pnpm i for installation and pnpm build for build clearly
"packageManager": "[email protected]"
pnpm i
pnpm build
N/A
The text was updated successfully, but these errors were encountered:
PR welcome
Sorry, something went wrong.
OK, I'll work on a PR for it soon.
npx ci
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
As title
Describe the solution you'd like
For
"packageManager": "[email protected]"
, we should usepnpm i
for installation andpnpm build
for build clearlyDescribe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: