codacus commited on
Commit
baec3c4
Β·
unverified Β·
2 Parent(s): f7a1236 fec7579

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

Browse files
Files changed (2) hide show
  1. .husky/pre-commit +3 -0
  2. package-lock.json +0 -0
.husky/pre-commit CHANGED
@@ -2,6 +2,9 @@
2
 
3
  echo "πŸ” Running pre-commit hook to check the code looks good... πŸ”"
4
 
 
 
 
5
  if ! pnpm typecheck; then
6
  echo "❌ Type checking failed! Please review TypeScript types."
7
  echo "Once you're done, don't forget to add your changes to the commit! πŸš€"
 
2
 
3
  echo "πŸ” Running pre-commit hook to check the code looks good... πŸ”"
4
 
5
+ export NVM_DIR="$HOME/.nvm"
6
+ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Load nvm if you're using i
7
+
8
  if ! pnpm typecheck; then
9
  echo "❌ Type checking failed! Please review TypeScript types."
10
  echo "Once you're done, don't forget to add your changes to the commit! πŸš€"
package-lock.json DELETED
The diff for this file is too large to render. See raw diff