@griddo/cx 10.4.23 → 10.4.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,7 +117,7 @@ function runGatsbyBuildCommand(assetPrefixWithDomain: string) {
117
117
  );
118
118
 
119
119
  if (command.status !== 0) {
120
- throw new Error("Error in 'yarn gatsby-build'");
120
+ throw new Error(`Error in gatsby build ${JSON.stringify(command)}`);
121
121
  }
122
122
  }
123
123
 
@@ -274,7 +274,6 @@ async function createStore(domain: string) {
274
274
 
275
275
  // Pages to be created or deleted in the store
276
276
  const {
277
- pagesInStore,
278
277
  pagesMissingInStore,
279
278
  pagesToDeleteFromStore,
280
279
  pagesToWriteToStore,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/cx",
3
3
  "description": "Griddo SSG based on Gatsby",
4
- "version": "10.4.23",
4
+ "version": "10.4.25",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -48,7 +48,7 @@
48
48
  "@babel/preset-env": "^7.14.5",
49
49
  "@babel/preset-react": "^7.14.5",
50
50
  "@babel/preset-typescript": "^7.16.5",
51
- "@griddo/core": "^10.4.23",
51
+ "@griddo/core": "^10.4.25",
52
52
  "@svgr/webpack": "^5.5.0",
53
53
  "@types/cheerio": "^0.22.35",
54
54
  "babel-loader": "^8.0.6",
@@ -123,5 +123,5 @@
123
123
  "resolutions": {
124
124
  "memoizee": "0.4.15"
125
125
  },
126
- "gitHead": "f9661d6520228413159145fc76f70e0c6c358512"
126
+ "gitHead": "53c53fd6aab61303456fdb49a23ecd5aca2dec97"
127
127
  }