Skip to content

Commit a9a3ca9

Browse files
authored
ci: disable husky on CI (#125)
1 parent 9136d9d commit a9a3ca9

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ jobs:
7777
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7878
- run: yarn run lerna publish -y --create-release github --ignore-scripts
7979
env:
80+
HUSKY: 0
8081
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
8182
GH_TOKEN: ${{ secrets.GH_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"cross-env": "^7.0.3",
2020
"eslint": "^7.18.0",
2121
"husky": "^6.0.0",
22-
"is-ci": "^3.0.0",
2322
"jest": "^26.6.3",
2423
"jest-junit": "^12.0.0",
2524
"lerna": "4.0.0",
@@ -39,7 +38,7 @@
3938
"test": "jest",
4039
"test:watch": "yarn run test --watch",
4140
"test:coverage": "yarn run test --coverage",
42-
"prepare": "is-ci || husky install"
41+
"prepare": "husky install"
4342
},
4443
"commitlint": {
4544
"extends": [

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,11 +3179,6 @@ ci-info@^2.0.0:
31793179
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
31803180
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
31813181

3182-
ci-info@^3.1.1:
3183-
version "3.1.1"
3184-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.1.1.tgz#9a32fcefdf7bcdb6f0a7e1c0f8098ec57897b80a"
3185-
integrity sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==
3186-
31873182
cjs-module-lexer@^0.6.0:
31883183
version "0.6.0"
31893184
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:
52205215
dependencies:
52215216
ci-info "^2.0.0"
52225217

5223-
is-ci@^3.0.0:
5224-
version "3.0.0"
5225-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
5226-
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
5227-
dependencies:
5228-
ci-info "^3.1.1"
5229-
52305218
is-core-module@^2.2.0:
52315219
version "2.2.0"
52325220
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"

0 commit comments

Comments
 (0)