Skip to content
Snippets Groups Projects

Resolve "[MIN-323] favicon url"

Merged Piotr Gawron requested to merge 256-min-323-favicon-url into development
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
#!/bin/sh
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit ${1}
# npx --no -- commitlint --edit ${1}
echo '🏗️👷 Styling your project before committing👷‍♂️🏗️'
echo '🏗️👷 Styling your project before committing👷‍♂️🏗️'
echo 'please be patient, this may take a while...'
echo 'please be patient, this may take a while...'
# Check ESLint and Prettier Standards
# Check ESLint and Prettier Standards
npm run format ||
npm run format ||
(
(
@@ -29,5 +29,5 @@ yarn run test ||
@@ -29,5 +29,5 @@ yarn run test ||
Check the test result and fix the tests.'
Check the test result and fix the tests.'
false;
false;
)
)
echo '🎉 No error found: committing this now.... ✨🚀🏄‍♂️🍻'
echo '🎉 No error found: committing this now.... ✨🚀🏄‍♂️🍻'
Loading