Skip to content

Commit 64ceb69

Browse files
committed
add rush add test configuration
1 parent d302cae commit 64ceb69

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "rush add",
8+
"program": "${workspaceFolder}/apps/rush-lib/lib/start.js",
9+
"args": [
10+
"add",
11+
"-p",
12+
"project-b"
13+
],
14+
"cwd": "C:/Users/zhas/Desktop/sp-client/apps/project-a"
15+
},
416
{
517
"name": "Launch",
618
"type": "node",

rush.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* The default value is false to avoid legacy compatibility issues.
4747
* It is strongly recommended to set strictPeerDependencies=true.
4848
*/
49-
"strictPeerDependencies": true,
49+
"strictPeerDependencies": true
5050

5151

5252
/**
@@ -338,6 +338,11 @@
338338
// },
339339
//
340340
// "apps" folder (alphabetical order)
341+
{
342+
"packageName": "project-b",
343+
"projectFolder": "C:/Users/zhas/Desktop/sp-client/apps/project-b",
344+
"reviewCategory": "third-party"
345+
},
341346
{
342347
"packageName": "@microsoft/api-extractor",
343348
"projectFolder": "apps/api-extractor",

0 commit comments

Comments
 (0)