Skip to content

Commit

Permalink
chore: remove detox-copilot from lerna packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Sep 5, 2024
1 parent 44ca6ac commit 38ba77d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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 38ba77d

Please sign in to comment.