Skip to content

Commit

Permalink
fix: remove commitizen and cz-adapter [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Feb 20, 2024
1 parent aa0ba09 commit 0384613
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 649 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@
"babel-plugin-macros": "3.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"chalk": "^4.1.0",
"commitizen": "^4.3.0",
"cross-env": "^5.2.0",
"cz-customizable": "^5.2.0",
"env-ci": "2.0.1",
"eslint": "^8.4.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.3",
Expand Down Expand Up @@ -121,9 +119,6 @@
"watch:api": "yarn webiny ws run watch --scope='@webiny/api*'",
"clear-dist": "yarn rimraf packages/*/dist",
"delete-empty-package-folders": "node scripts/deleteEmptyPackageFolders.js",
"commit": "node ./scripts/commitizen.js",
"commit:no-verify": "yarn commit --no-verify",
"commit:verify": "yarn lint-staged",
"cypress:open": "cd cypress-tests && yarn cypress open",
"cy:open": "yarn cypress:open",
"cypress:run": "cd cypress-tests && yarn cypress run",
Expand Down Expand Up @@ -170,12 +165,6 @@
"yargs": {
"populate--": true
},
"config": {
"commitizen": {
"cliPath": "node_modules/commitizen",
"path": "./scripts/cz-adapter"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
2 changes: 1 addition & 1 deletion packages/project-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"crypto-browserify": "^3.12.0",
"css-loader": "6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"eslint": "^8.16.1",
"eslint": "^8.56.0",
"eslint-config-react-app": "^6.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "6.2.0",
Expand Down
10 changes: 0 additions & 10 deletions scripts/commitizen.js

This file was deleted.

86 changes: 0 additions & 86 deletions scripts/cz-adapter/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/cz-adapter/package.json

This file was deleted.

62 changes: 0 additions & 62 deletions scripts/cz-adapter/types.js

This file was deleted.

Loading

0 comments on commit 0384613

Please sign in to comment.