Skip to content

Commit

Permalink
add my-app to rush.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloTang committed Apr 17, 2021
1 parent 3f1811a commit 1afbafe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,16 @@
* 3. It's useful to have a centralized inventory of all projects and their important metadata.
*/
"projects": [
// {
// /**
// * The NPM package name of the project (must match package.json)
// */
// "packageName": "my-app",
//
// /**
// * The path to the project folder, relative to the rush.json config file.
// */
// "projectFolder": "apps/my-app",
{
/**
* The NPM package name of the project (must match package.json)
*/
"packageName": "my-app",

/**
* The path to the project folder, relative to the rush.json config file.
*/
"projectFolder": "apps/my-app",
//
// /**
// * An optional category for usage in the "browser-approved-packages.json"
Expand Down Expand Up @@ -444,7 +444,7 @@
// * NOTE: "versionPolicyName" and "shouldPublish" are alternatives; you cannot specify them both.
// */
// // "versionPolicyName": ""
// },
},
//
// {
// "packageName": "my-controls",
Expand Down

0 comments on commit 1afbafe

Please sign in to comment.