Skip to content

Commit

Permalink
chore: run yarn install as part of yarn deduplicate (#7568)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 30, 2023
1 parent 1fde678 commit b76e9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: yarn
- run: yarn setup:node
- name: Deduplicate dependencies
run: yarn deduplicate && yarn
run: yarn deduplicate
- name: Print error if duplicates found
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"stacktrace:ios": "stack-beautifier sourcemaps/ios/index.js.map -t sourcemaps/trace.txt",
"update-changelog": "./scripts/auto-changelog.sh",
"prestorybook": "rnstl",
"deduplicate": "yarn yarn-deduplicate",
"deduplicate": "yarn yarn-deduplicate && yarn install",
"create-release": "./scripts/set-versions.sh && yarn update-changelog",
"add-release-label-to-pr-and-linked-issues": "ts-node ./.github/scripts/add-release-label-to-pr-and-linked-issues.ts",
"check-e2e-smoke-trigger": "ts-node ./.github/scripts/check-bitrise-e2e-smoke/check-e2e-smoke-trigger.ts",
Expand Down

0 comments on commit b76e9b4

Please sign in to comment.