File tree Expand file tree Collapse file tree 5 files changed +1584
-1753
lines changed Expand file tree Collapse file tree 5 files changed +1584
-1753
lines changed Original file line number Diff line number Diff line change 24
24
"eslint-plugin-node" : " ^11.1.0" ,
25
25
"eslint-plugin-promise" : " ^6.0.0" ,
26
26
"form-data" : " ^4.0.0" ,
27
- "lerna" : " ^5 .1.8 " ,
27
+ "lerna" : " ^8 .1.5 " ,
28
28
"lerna-changelog" : " ^2.2.0" ,
29
29
"mocha" : " ^10.0.0" ,
30
30
"nock" : " ^13.2.8" ,
46
46
],
47
47
"scripts" : {
48
48
"audit:fix" : " yarn-audit-fix" ,
49
- "postinstall" : " lerna bootstrap" ,
50
49
"dev" : " ts-node ./packages/zcli/bin/run" ,
51
50
"git:check" : " ./scripts/git_check.sh" ,
52
51
"link:bin" : " bash ./scripts/link_dev.sh" ,
Original file line number Diff line number Diff line change 45
45
"eslint" : " ^8.18.0" ,
46
46
"eslint-config-oclif" : " ^4.0.0" ,
47
47
"eslint-config-oclif-typescript" : " ^1.0.2" ,
48
- "lerna" : " ^5 .1.8 " ,
48
+ "lerna" : " ^8 .1.5 " ,
49
49
"mocha" : " ^10.0.0" ,
50
50
"sinon" : " ^14.0.0"
51
51
},
Original file line number Diff line number Diff line change 39
39
"eslint" : " ^8.18.0" ,
40
40
"eslint-config-oclif" : " ^4.0.0" ,
41
41
"eslint-config-oclif-typescript" : " ^1.0.2" ,
42
- "lerna" : " ^5 .1.8 " ,
42
+ "lerna" : " ^8 .1.5 " ,
43
43
"mocha" : " ^10.0.0" ,
44
44
"nock" : " ^13.2.8" ,
45
45
"sinon" : " ^14.0.0"
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ if [[ "$OSTYPE" == "cygwin" ]]; then
10
10
JAVASCRIPT_ENTRYPOINT_PATH=" $( cygpath -wa " $JAVASCRIPT_ENTRYPOINT_PATH " | tr ' \\' ' /' ) "
11
11
fi
12
12
13
- # link zcli-core & zcli-apps into ./packages/zcli/node_modules/@zendesk/
14
- npx lerna link
15
-
16
13
# determine where we should install the stub to
17
14
YARN_GLOBAL_BIN_DIR=" $( yarn global bin) "
18
15
TYPESCRIPT_ENTRYPOINT_PATH=" $YARN_GLOBAL_BIN_DIR /zcli"
You can’t perform that action at this time.
0 commit comments