Skip to content

Commit

Permalink
fix(gatsby): fix page-tree in ink-cli (#33579)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Oct 19, 2021
1 parent 3993819 commit 7d6a0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby/src/redux/reducers/index.ts
Expand Up @@ -29,6 +29,7 @@ import { visitedPagesReducer } from "./visited-page"
import { htmlReducer } from "./html"
import { functionsReducer } from "./functions"
import { nodeManifestReducer } from "./node-manifest"
import { reducer as pageTreeReducer } from "gatsby-cli/lib/reporter/redux/reducers/page-tree"

/**
* @property exports.nodesTouched Set<string>
Expand Down Expand Up @@ -65,4 +66,5 @@ export {
htmlReducer as html,
functionsReducer as functions,
nodeManifestReducer as nodeManifests,
pageTreeReducer as pageTree,
}

0 comments on commit 7d6a0aa

Please sign in to comment.