ci(e2e): fix e2e install error (#1032)

* feat(button): [button] test e2e

* feat(button): [button] test e2e

* feat(button): [button] test e2e

* feat(button): [button] test e2e

* feat(button): [button] fix e2e pr error

* feat(button): [button] fix e2e pr error
This commit is contained in:
ajaxzheng 2023-12-05 16:07:27 +08:00 committed by GitHub
parent 6cc3f35777
commit 364e0ce5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 17 deletions

View File

@ -4,10 +4,4 @@ import buildTheme from './gulp/buildTheme.mjs'
import themeJson from './gulp/themeJson.mjs' import themeJson from './gulp/themeJson.mjs'
import themeConcat from './gulp/themeConcat.mjs' import themeConcat from './gulp/themeConcat.mjs'
export { export { themeJson, themeConcat, buildVue, buildRenderless, buildTheme }
themeJson,
themeConcat,
buildVue,
buildRenderless,
buildTheme
}

View File

@ -120,8 +120,7 @@
"build:ui-react": "pnpm create:mapping-react && pnpm build:entry-react && pnpm build:react", "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", "pub:react": "pnpm --filter=\"./packages/dist-react/**\" publish --no-git-checks --access=public",
"dev:react-site": "pnpm --filter @opentiny/react-site start", "dev:react-site": "pnpm --filter @opentiny/react-site start",
"build:react-site": "pnpm --filter @opentiny/react-site build", "build:react-site": "pnpm --filter @opentiny/react-site build"
"commit": "git-cz"
}, },
"dependencies": { "dependencies": {
"@vue/composition-api": "1.2.2", "@vue/composition-api": "1.2.2",
@ -160,11 +159,9 @@
"gulp-transform": "^3.0.5", "gulp-transform": "^3.0.5",
"lerna": "^6.4.0", "lerna": "^6.4.0",
"lint-staged": "^15.2.0", "lint-staged": "^15.2.0",
"husky": "^8.0.0", "husky": "^8.0.3",
"commitlint": "^18.4.3", "commitlint": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3", "@commitlint/config-conventional": "^18.4.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"node-xlsx": "^0.21.0", "node-xlsx": "^0.21.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
@ -176,11 +173,6 @@
"vue": "^3.3.9", "vue": "^3.3.9",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.6.5"
}, },
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"pnpm": { "pnpm": {
"patchedDependencies": { "patchedDependencies": {
"depcheck@1.4.3": "patches/depcheck@1.4.3.patch", "depcheck@1.4.3": "patches/depcheck@1.4.3.patch",