Skip to content

check deploy issue fixed#27

Merged
ct-anjali-patel merged 1 commit into
masterfrom
stage-6.0.0
Jun 9, 2026
Merged

check deploy issue fixed#27
ct-anjali-patel merged 1 commit into
masterfrom
stage-6.0.0

Conversation

@ct-anjali-patel

Copy link
Copy Markdown
Contributor

Commit Checklist

  • Remove UNUSED comment code
  • Remove any logging like console.log
  • Remove all warnings and errors while build
  • Check vulnerabilities
  • Make sure build for production is working. Try running command for prod build in local.
  • Fix prettier: npx prettier --write .
  • Fix eslint: npx eslint src\ --fix command
  • Push package.lock only if you used npm, push yarn.lock only if you used yarn. NPM will udpate both lock file so make sure you dont push yarn.lock updated by NPM
  • WCAG

General

  • Follow import structure. module/third-party/files/component/style/types/asset
  • Try to use theme for design like palette, typography, variant, components, etc. (don't use custom color code anyhow)
  • Before adding custom style follow our pre-built components/elements

@phoenixcoded20 phoenixcoded20 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"file": "angular.json",
"approved": false,
"issues": [
{
"type": "bug",
"severity": "high",
"description": "The 'outputPath' option has an unnecessary 'browser' key, which could lead to misconfiguration or confusion.",
"recommendedFix": "Remove the 'browser' key from the 'outputPath' options.",
"codeFix": " "outputPath": {\n "base": "dist"\n },"
}
]
}

@ct-anjali-patel ct-anjali-patel merged commit 59b5e0e into master Jun 9, 2026
@ct-anjali-patel ct-anjali-patel deleted the stage-6.0.0 branch June 9, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants