/initial

Primary LanguageSCSSMIT LicenseMIT

@volkovnd/initial

Changing husky hooks

For set script on git hook

npx husky set .husky/pre-commit "npm run pre-commit"

For add script on git hook

npx husky add .husky/pre-commit "npm run pre-commit"

for test commit

npx husky add .husky/pre-commit "exit 1"

Changelog

The changelog can be found on the Releases page.

Authors and license

Volkov Nikolay and contributors.

MIT License, see the included LICENSE file.