We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d8c97 commit f49a976Copy full SHA for f49a976
1 file changed
packages/gatsby-source-wordpress/src/gatsby-node.ts
@@ -2,7 +2,11 @@ import { runApisInSteps } from "./utils/run-steps"
2
import * as steps from "./steps"
3
4
module.exports = runApisInSteps({
5
- onPreInit: [steps.setErrorMap, steps.tempPreventMultipleInstances],
+ onPreInit: [
6
+ steps.setGatsbyApiToState,
7
+ steps.setErrorMap,
8
+ steps.tempPreventMultipleInstances,
9
+ ],
10
11
pluginOptionsSchema: steps.pluginOptionsSchema,
12
0 commit comments