Skip to content

Commit

Permalink
Merge pull request #1074 from Rishabh-Singh-Codes/main
Browse files Browse the repository at this point in the history
Added & fixed various UI refactor issues
  • Loading branch information
siinghd authored Aug 29, 2024
2 parents ea2598d + 1c4beb2 commit 1355f4f
Show file tree
Hide file tree
Showing 25 changed files with 489 additions and 33,584 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

*storybook.log
*storybook.log

# ignore yarn.lock & package-lock
yarn.lock
package-lock.json
7 changes: 6 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
npm run format:fix
npm run lint:fix

git add .
git add .

if [ -f "yarn.lock" ] || [ -f "package-lock.json" ]; then
echo "Error: yarn.lock or package-lock.json is present. Please remove them before committing."
exit 1
fi
Loading

0 comments on commit 1355f4f

Please sign in to comment.