mirror of
https://github.com/Azure/k8s-set-context
synced 2025-09-23 12:08:06 +00:00

Some checks failed
* Add husky precommit hook. Signed-off-by: Tatsat Mishra <tamishra@microsoft.com> * Add husky precommit hook. Signed-off-by: Tatsat Mishra <tamishra@microsoft.com> * Add more informative messaging. Signed-off-by: Tatsat Mishra <tamishra@microsoft.com> --------- Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
7 lines
No EOL
178 B
Text
7 lines
No EOL
178 B
Text
npm test
|
|
npm run format-check || {
|
|
echo ""
|
|
echo "❌ Formatting check failed."
|
|
echo "💡 Run 'npm run format' or 'prettier --write .' to fix formatting issues."
|
|
exit 1
|
|
} |