Skip to content

Commit

Permalink
build: ⚡ removal of commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Oct 11, 2023
1 parent b676b6e commit cfea507
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
22 changes: 0 additions & 22 deletions .commitlintrc

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"lint:fix": "lerna run lint:fix --no-bail",
"lint": "lerna run lint --stream",
"markdown": "lerna exec -- yarn run remark ./*.md --rc-path ./.remarkrc --quiet && lerna exec yarn markdown --parallel",
"prepare": "husky install",
"format": "lerna run format --stream",
"release:cs": "mkdirp ./dist && mkdirp ./dist/crypto-cli && mkdirp ./dist/crypto-lib && mkdirp ./dist/crypto-server && cp -r ./packages/crypto-cli/dist/* && cp -r ./packages/crypto-lib/dist/* ./dist/crypto-lib/ && cp -r ./packages/crypto-server/dist/* ./dist/crypto-server/",
"release:prepare": "lerna run release:prepare --stream",
Expand Down

0 comments on commit cfea507

Please sign in to comment.