ashblue / oyster-package-generator

Oyster is a package generator for Unity Package Manager (UPM). It generates a best standards Unity package with automated deployments via CLI. Focus on coding your package instead of deployments, changelogs, ect.
25 stars 1 forks source link

Commitlint broken in generated packages #46

Closed ashblue closed 2 years ago

ashblue commented 3 years ago

Commitlint doesn't run at all on locally failed commit messages. Currently npx --no-install commitlint --edit. But should be npx --no-install commitlint --edit $1 in .husky/commit-msg for the package template. Should also run the proper prepare: husky install script in the package.json. Probably also needs to upgrade commitlint and husky packages.

ashblue commented 2 years ago

Fixed in #58