File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
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" : [
Original file line number Diff line number Diff 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-
31873182cjs-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-
52305218is-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"
You can’t perform that action at this time.
0 commit comments