Merge pull request #519 from thecodacus/package-lock-removed

chore: package lock removed
This commit is contained in:
Anirban Kar 2024-12-03 18:54:47 +05:30 committed by GitHub
commit baec3c4e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 25548 deletions

View File

@ -2,6 +2,9 @@
echo "🔍 Running pre-commit hook to check the code looks good... 🔍" echo "🔍 Running pre-commit hook to check the code looks good... 🔍"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Load nvm if you're using i
if ! pnpm typecheck; then if ! pnpm typecheck; then
echo "❌ Type checking failed! Please review TypeScript types." echo "❌ Type checking failed! Please review TypeScript types."
echo "Once you're done, don't forget to add your changes to the commit! 🚀" echo "Once you're done, don't forget to add your changes to the commit! 🚀"

25548
package-lock.json generated

File diff suppressed because it is too large Load Diff