Skip to content

Commit

Permalink
Merge pull request #4569 from wix/fix-lerna-publish
Browse files Browse the repository at this point in the history
chore: remove detox-copilot from lerna packages.
  • Loading branch information
asafkorem authored Sep 5, 2024
2 parents 388edb6 + 577e627 commit 5babe77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,7 @@ detox/test/artifacts
Detox-android/
Detox-ios-src.tbz
Detox-ios.tbz


# Ignore .env files across the project
**/.env
2 changes: 1 addition & 1 deletion detox-copilot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detox-copilot",
"version": "20.26.0",
"version": "0.0.0",
"description": "A Detox-based plugin that leverages AI to seamlessly invoke UI testing framework operations",
"keywords": [
"detox",
Expand Down
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"caf": "^15.0.1",
"chalk": "^4.0.0",
"child-process-promise": "^2.2.0",
"detox-copilot": "^20.26.0",
"detox-copilot": "^0.0.0",
"execa": "^5.1.1",
"find-up": "^5.0.0",
"fs-extra": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"packages": [
"detox",
"detox-cli",
"detox-copilot",
"detox/test",
"examples/demo-native-android",
"examples/demo-native-ios",
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ email=\${NPM_EMAIL}
// Workaround. see https://github.com/lerna/lerna/issues/361
fs.copyFileSync('.npmrc', 'detox/.npmrc');
fs.copyFileSync('.npmrc', 'detox-cli/.npmrc');
fs.copyFileSync('.npmrc', 'detox-copilot/.npmrc');
}

function versionTagAndPublish() {
Expand Down

0 comments on commit 5babe77

Please sign in to comment.