Skip to content

Commit

Permalink
Disable INVALID_DEV_AND_PEER_DEPENDENCY_RELATIONSHIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPulse committed Dec 12, 2023
1 parent a716b3d commit 54f69f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-turbo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Launch Turbo Remote Cache Server
uses: dtinth/[email protected]
with:
cache-prefix: turbogha_${{ runner.os }}_${{ inputs.turbo-cache-key }}_node${{ inputs.node-version }}
cache-prefix: turbogha_${{ runner.os }}_${{ inputs.turbo-cache-key }}_node${{ inputs.node-version }}_s
- name: Setup node
uses: ./.github/actions/setup-node
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH",
"ROOT_HAS_DEV_DEPENDENCIES"
"ROOT_HAS_DEV_DEPENDENCIES",
"INVALID_DEV_AND_PEER_DEPENDENCY_RELATIONSHIP"
]
}
}

0 comments on commit 54f69f4

Please sign in to comment.