Skip to content

Commit

Permalink
chore: replace husky to yorkie
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert committed Aug 1, 2023
1 parent 355d961 commit b04b412
Show file tree
Hide file tree
Showing 2 changed files with 726 additions and 501 deletions.
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "lerna run build --sort --stream --scope=@vue-async/*",
"test": "jest --coverage --passWithNoTests",
"test:utils": "jest packages/utils/",
"prepublishOnly": "yarn install --ignore-scripts && yarn changelog && yarn build && yarn test",
"release": "lerna publish",
"release:git": "lerna publish form-git",
Expand All @@ -23,19 +22,14 @@
"changelog": "node ./scripts/genChangelog.js",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.9.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.2",
Expand All @@ -62,7 +56,6 @@
"eslint-plugin-prettier": "^3.1.2",
"fs-extra": "^10.1.0",
"glob-gitignore": "^1.0.14",
"husky": ">=1",
"jest": "^26.0.0",
"jest-dom": "^3.1.2",
"lerna": "^3.20.2",
Expand All @@ -83,16 +76,19 @@
"ts-jest": "^26.0.0",
"ts-loader": "^8.0.3",
"ts-node": "^10.7.0",
"ttypescript": "^1.5.13",
"typescript": "^4.1.5",
"util": "^0.12.1"
"util": "^0.12.1",
"yorkie": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && yarn test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"gitHooks": {
"commit-msg": "commitlint -e -V",
"pre-commit": "lint-staged"
},
"workspaces": {
"packages": [
"packages/*",
Expand Down
Loading

0 comments on commit b04b412

Please sign in to comment.