Skip to content

Commit

Permalink
fix: fix commitlint integration
Browse files Browse the repository at this point in the history
Fixes #536
  • Loading branch information
JohnAlbin committed Oct 5, 2023
1 parent b2acf8b commit aea2cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest",
"dev": "turbo run dev --parallel",
"dev:starter": "lerna run --parallel --scope drupal --scope basic-starter dev",
"prepare": "lerna run prepare",
"prepare": "lerna run prepare && husky install",
"watch": "lerna run watch",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"phpcs": "./drupal/vendor/bin/phpcs -s -n --colors --standard=modules/next/phpcs.xml.dist modules/next",
Expand Down

0 comments on commit aea2cc3

Please sign in to comment.