Skip to content

Commit

Permalink
Merge branch 'staging' into from-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Nov 2, 2024
2 parents 09cb590 + fe03e4d commit 7ca0175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/helm
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"postinstall": "husky",
"format:check": "prettier --check --ignore-path .prettierignore --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .prettierignore --ignore-path .gitignore .",
"prepare": "husky",
"commit": "git-cz"
},
"config": {
Expand Down

0 comments on commit 7ca0175

Please sign in to comment.