We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0abb5 commit 11066d1Copy full SHA for 11066d1
src/project.js
@@ -59,6 +59,7 @@ function get_local_package_path(version) {
59
* Starts an `$ (npm|yarn|pnpm) install` action in the project
60
* @param cwd
61
* @param manager
62
+ * @param install_args
63
* @returns {Promise<void>}
64
*/
65
async function install_project({ cwd, manager, install_args }) {
0 commit comments