Skip to content

Commit

Permalink
feat(conditional-page-builds): make it default (gatsbyjs#29548)
Browse files Browse the repository at this point in the history
* feat(build): conditional page builds are no longer experimental (they are default)

* Update docs/docs/conceptual/overview-of-the-gatsby-build-process.md

Co-authored-by: Ward Peeters <ward@coding-tech.com>

* fix cli integration tests

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
gatsbybot and wardpeet committed Feb 18, 2021
1 parent 648c217 commit a7e646b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,12 +1721,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "14.14.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93"
integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==

"@types/node@^8.5.7":
"@types/node@*", "@types/node@^8.5.7":
version "8.10.66"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
Expand Down

0 comments on commit a7e646b

Please sign in to comment.