Skip to content

Commit

Permalink
Add rush autoinstaller flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BPapp-MS committed Apr 12, 2024
1 parent 94a4733 commit 522c46b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rush-plugins/rush-build-graph-plugin/config/heft.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"destinationFolders": [
"rushBuildGraphPluginTestRepo/common/autoinstallers/plugins/node_modules/@rushstack/rush-build-graph-plugin/"
]
},
{
"sourcePath": "rushBuildGraphPluginTestRepo/node_modules_mock/",
"destinationFolders": [
"rushBuildGraphPluginTestRepo/common/autoinstallers/plugins/node_modules/"
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If this file is deleted, Rush will assume that the node_modules folder has been cleaned and will reinstall it.

0 comments on commit 522c46b

Please sign in to comment.