Skip to content

Commit

Permalink
fix(gatsby-dev-cli): refactor, wait for package installation before c…
Browse files Browse the repository at this point in the history
…opying files, handle packages that are not direct deps of local project (gatsbyjs#14347)

* tmp

* more tmp

* more tmp

* finalize tests

* some cleanup

* cleanup js files installed from npm to get rid of any stale files, they will be copied over anyway

* don't delete nested node_modules js files

* assert that files are copied over
  • Loading branch information
pieh authored and m-allanson committed May 31, 2019
1 parent c024474 commit d399dc9
Show file tree
Hide file tree
Showing 9 changed files with 753 additions and 149 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@babel/runtime": "^7.0.0",
"chokidar": "^1.7.0",
"configstore": "^3.1.0",
"del": "^3.0.0",
"execa": "^1.0.0",
"fs-extra": "^4.0.1",
"is-absolute": "^0.2.6",
Expand Down
Loading

0 comments on commit d399dc9

Please sign in to comment.