Skip to content

Commit 9b00e0d

Browse files
authored
fix(deps): fix yarn4 issues with the package not being linked (#122)
<!-- We use conventional commits to automate the release process. Please read the [Readme](https://github.com/bamlab/react-native-project-config/blob/main/README.md) for more information. Please follow the commit message format described in the link above. Lerna will automatically generate the changelog for each package based on the commit messages since the last version. -->
1 parent fc047ef commit 9b00e0d

File tree

4 files changed

+40
-5861
lines changed

4 files changed

+40
-5861
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ There is also an example app under `packages/example-app` whose goal is to demon
2020
- clone the project: `git clone https://github.com/bamlab/react-native-project-config`,
2121
- install the dependencies: `yarn install`,
2222
- build the eslint-plugin: `yarn workspace @bam.tech/eslint-plugin build`
23+
- test the errors: `yarn workspace example-app lint`
2324

2425
✅ Check : in the example-app in eslint-breaking-examples you should see the eslint errors.
2526

example-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"types": "tsc --noEmit"
1010
},
1111
"devDependencies": {
12-
"@bam.tech/eslint-plugin": "*",
13-
"@bam.tech/typescript-config": "*",
12+
"@bam.tech/eslint-plugin": "portal:../packages/eslint-plugin",
13+
"@bam.tech/typescript-config": "portal:../packages/typescript-config",
1414
"@testing-library/react-native": "^12.3.1",
1515
"@types/jest": "^29.5.2",
1616
"@types/react": "^18.2.14",

0 commit comments

Comments
 (0)