Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: actually set 'husky_skip_init' as readonly (typicode#1104)
Previously, the script would export the empty 'readonly' variable, along with 'husky_skip_init' which has a value of 1. Now, the script sets 'husky_skip_init' to 1, and properly gives is the readonly and exported attributes.
- Loading branch information