diff --git a/gulpfile.mjs b/gulpfile.mjs index 64797f622..b1213993a 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -4,10 +4,4 @@ import buildTheme from './gulp/buildTheme.mjs' import themeJson from './gulp/themeJson.mjs' import themeConcat from './gulp/themeConcat.mjs' -export { - themeJson, - themeConcat, - buildVue, - buildRenderless, - buildTheme -} +export { themeJson, themeConcat, buildVue, buildRenderless, buildTheme } diff --git a/package.json b/package.json index dcabcc30b..bbc77112c 100644 --- a/package.json +++ b/package.json @@ -120,8 +120,7 @@ "build:ui-react": "pnpm create:mapping-react && pnpm build:entry-react && pnpm build:react", "pub:react": "pnpm --filter=\"./packages/dist-react/**\" publish --no-git-checks --access=public", "dev:react-site": "pnpm --filter @opentiny/react-site start", - "build:react-site": "pnpm --filter @opentiny/react-site build", - "commit": "git-cz" + "build:react-site": "pnpm --filter @opentiny/react-site build" }, "dependencies": { "@vue/composition-api": "1.2.2", @@ -160,11 +159,9 @@ "gulp-transform": "^3.0.5", "lerna": "^6.4.0", "lint-staged": "^15.2.0", - "husky": "^8.0.0", + "husky": "^8.0.3", "commitlint": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "commitizen": "^4.3.0", - "cz-conventional-changelog": "^3.3.0", "minimist": "^1.2.8", "node-xlsx": "^0.21.0", "prettier": "^3.0.0", @@ -176,11 +173,6 @@ "vue": "^3.3.9", "vue-tsc": "^1.6.5" }, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, "pnpm": { "patchedDependencies": { "depcheck@1.4.3": "patches/depcheck@1.4.3.patch",