File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 28
28
"test" : " jest" ,
29
29
"tools:regenerate-docs" : " ts-node -T tools/regenerate-docs" ,
30
30
"typecheck" : " tsc -p ." ,
31
- "postinstall" : " husky install" ,
31
+ "postinstall" : " is-ci || husky install" ,
32
32
"prepublishOnly" : " pinst --disable" ,
33
33
"postpublish" : " pinst --enable"
34
34
},
108
108
"eslint-plugin-node" : " ^11.0.0" ,
109
109
"eslint-plugin-prettier" : " ^3.0.0" ,
110
110
"husky" : " ^5.1.3" ,
111
+ "is-ci" : " ^3.0.0" ,
111
112
"jest" : " ^26.0.1" ,
112
113
"jest-runner-eslint" : " ^0.10.0" ,
113
114
"lint-staged" : " ^10.2.2" ,
Original file line number Diff line number Diff line change @@ -3282,6 +3282,13 @@ __metadata:
3282
3282
languageName : node
3283
3283
linkType : hard
3284
3284
3285
+ " ci-info@npm:^3.1.1 " :
3286
+ version : 3.1.1
3287
+ resolution : " ci-info@npm:3.1.1"
3288
+ checksum : 417d2bf17c320d477bc32997d3831bcc1b174d6b48616c2f0463765f042f073bfbfb15e06abdeea55b05ca9c8e054057eb9e0672e4e6031457e87216b2faddda
3289
+ languageName : node
3290
+ linkType : hard
3291
+
3285
3292
" cidr-regex@npm:^2.0.10 " :
3286
3293
version : 2.0.10
3287
3294
resolution : " cidr-regex@npm:2.0.10"
@@ -4574,6 +4581,7 @@ __metadata:
4574
4581
eslint-plugin-node : ^11.0.0
4575
4582
eslint-plugin-prettier : ^3.0.0
4576
4583
husky : ^5.1.3
4584
+ is-ci : ^3.0.0
4577
4585
jest : ^26.0.1
4578
4586
jest-runner-eslint : ^0.10.0
4579
4587
lint-staged : ^10.2.2
@@ -6105,6 +6113,17 @@ __metadata:
6105
6113
languageName : node
6106
6114
linkType : hard
6107
6115
6116
+ " is-ci@npm:^3.0.0 " :
6117
+ version : 3.0.0
6118
+ resolution : " is-ci@npm:3.0.0"
6119
+ dependencies :
6120
+ ci-info : ^3.1.1
6121
+ bin :
6122
+ is-ci : bin.js
6123
+ checksum : 1e26d3ba6634ebee83f9d22f260354c5d950eada4d609c30cc2642069f8ba52f3aeb4c9bbf8099aaf04a2f44a1ed7beef2a24485f988753c8c078a57e9b3a2fd
6124
+ languageName : node
6125
+ linkType : hard
6126
+
6108
6127
" is-cidr@npm:^3.0.0 " :
6109
6128
version : 3.1.1
6110
6129
resolution : " is-cidr@npm:3.1.1"
You can’t perform that action at this time.
0 commit comments