Skip to content

Commit

Permalink
fix(run): missing fs-extra dependency declaration (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Sep 19, 2022
1 parent 7971a60 commit 068830e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/run/package.json
Expand Up @@ -41,6 +41,7 @@
"@lerna/run-topologically": "file:../../utils/run-topologically",
"@lerna/timer": "file:../../utils/timer",
"@lerna/validation-error": "file:../../core/validation-error",
"p-map": "^4.0.0"
"p-map": "^4.0.0",
"fs-extra": "^9.1.0"
}
}
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 068830e

Please sign in to comment.