diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd47de02..0c17085cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,5 +77,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn run lerna publish -y --create-release github --ignore-scripts env: + HUSKY: 0 NPM_TOKEN: ${{secrets.NPM_TOKEN}} GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/package.json b/package.json index 3dd70ee63..8a6c8b433 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "cross-env": "^7.0.3", "eslint": "^7.18.0", "husky": "^6.0.0", - "is-ci": "^3.0.0", "jest": "^26.6.3", "jest-junit": "^12.0.0", "lerna": "4.0.0", @@ -39,7 +38,7 @@ "test": "jest", "test:watch": "yarn run test --watch", "test:coverage": "yarn run test --coverage", - "prepare": "is-ci || husky install" + "prepare": "husky install" }, "commitlint": { "extends": [ diff --git a/yarn.lock b/yarn.lock index 03b861d8c..77c4d50e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,11 +3179,6 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a" - integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ== - cjs-module-lexer@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" @@ -5220,13 +5215,6 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-ci@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994" - integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ== - dependencies: - ci-info "^3.1.1" - is-core-module@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"