Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
"npmClientArgs": [
"--no-lockfile"
],
"useWorkspaces": true,
"version": "1.0.0-beta.42"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"form-data": "^4.0.0",
"lerna": "^5.1.8",
"lerna": "^8.1.5",
"lerna-changelog": "^2.2.0",
"mocha": "^10.0.0",
"nock": "^13.2.8",
Expand All @@ -46,7 +46,6 @@
],
"scripts": {
"audit:fix": "yarn-audit-fix",
"postinstall": "lerna bootstrap",
"dev": "ts-node ./packages/zcli/bin/run",
"git:check": "./scripts/git_check.sh",
"link:bin": "bash ./scripts/link_dev.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.18.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"lerna": "^5.1.8",
"lerna": "^8.1.5",
"mocha": "^10.0.0",
"sinon": "^14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": "^8.18.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"lerna": "^5.1.8",
"lerna": "^8.1.5",
"mocha": "^10.0.0",
"nock": "^13.2.8",
"sinon": "^14.0.0"
Expand Down
3 changes: 0 additions & 3 deletions scripts/link_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if [[ "$OSTYPE" == "cygwin" ]]; then
JAVASCRIPT_ENTRYPOINT_PATH="$(cygpath -wa "$JAVASCRIPT_ENTRYPOINT_PATH" | tr '\\' '/')"
fi

# link zcli-core & zcli-apps into ./packages/zcli/node_modules/@zendesk/
npx lerna link

# determine where we should install the stub to
YARN_GLOBAL_BIN_DIR="$(yarn global bin)"
TYPESCRIPT_ENTRYPOINT_PATH="$YARN_GLOBAL_BIN_DIR/zcli"
Expand Down
Loading