Merge pull request #281 from dominicbachmann/fix-husky-pre-commit
Changed the package manager used in the .husky/pre-commit hook
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
. "$(dirname "$0")/_/husky.sh"
 | 
					. "$(dirname "$0")/_/husky.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
yarn lint-staged
 | 
					pnpm lint-staged
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user