Skip to content
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

refactor(core): replaces PNPM with NPM for the time being #284

Closed
wants to merge 9 commits into from

Conversation

pavankjadda
Copy link
Collaborator

No description provided.

# Conflicts:
#	pnpm-lock.yaml
The existing commands for 'format:write' and 'format:check' in the script section of package.json were incorrect as they did not properly call the format command. This commit changes 'npm format' to 'npm run format' to properly execute the commands.
The existing commands for 'format:write' and 'format:check' in the script section of package.json were incorrect as they did not properly call the format command. This commit changes 'npm format' to 'npm run format' to properly execute the commands.
The package-lock.json file has been removed from the project. This may result in different dependency versions being installed on different environments, potentially leading to inconsistent behavior across different setups. Future commits should avoid modifying the package-lock.json file unless necessary.
Copy link

sonarqubecloud bot commented Nov 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@pavankjadda pavankjadda closed this Nov 3, 2023
@pavankjadda pavankjadda deleted the development branch November 3, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant