export const EN_LOCALE = {
  get_packages_error:
    'get all packages failed，please check this environment and try again',
  success: `Success！
{packageManager} dev          # Run and debug the project
{packageManager} build        # Generate build products in accordance with community norms and best practices
{packageManager} lint         # Check and fix all codes
{packageManager} change       # Add changeset for release changelog
{packageManager} bump         # Generate revisions related to the release, such as updating the version number and generating changelog
{packageManager} new          # Create more project elements
{packageManager} test         # Run test cases`,
};
