Skip to content

Commit d38d158

Browse files
committed
test: add package to testrepo deps
1 parent 4520cdc commit d38d158

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

rewatch/testrepo/bsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@
2020
"@testrepo/dep02",
2121
"@testrepo/new-namespace",
2222
"@testrepo/namespace-casing",
23-
"@testrepo/with-dev-deps"
23+
"@testrepo/with-dev-deps",
24+
"@testrepo/compiled-by-legacy"
2425
],
2526
"bs-dependencies": [
2627
"@testrepo/main",
2728
"@testrepo/dep01",
2829
"@testrepo/dep02",
2930
"@testrepo/new-namespace",
3031
"@testrepo/namespace-casing",
31-
"@testrepo/with-dev-deps"
32+
"@testrepo/with-dev-deps",
33+
"@testrepo/compiled-by-legacy"
3234
],
3335
"reason": {
3436
"react-jsx": 3

rewatch/testrepo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"packages/dep02",
99
"packages/new-namespace",
1010
"packages/namespace-casing",
11-
"packages/with-dev-deps"
11+
"packages/with-dev-deps",
12+
"packages/compiled-by-legacy"
1213
]
1314
},
1415
"dependencies": {

rewatch/testrepo/packages/main/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15+
"@testrepo/compiled-by-legacy": "*",
1516
"@testrepo/dep01": "*"
1617
}
1718
}

0 commit comments

Comments
 (0)