@tinacms/cli 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -304,7 +304,7 @@ var commander = __toModule(require("commander"));
304
304
 
305
305
  // package.json
306
306
  var name = "@tinacms/cli";
307
- var version = "1.3.0";
307
+ var version = "1.3.1";
308
308
 
309
309
  // src/cmds/audit/audit.ts
310
310
  var import_graphql = __toModule(require("@tinacms/graphql"));
@@ -3278,8 +3278,8 @@ var baseCmds = [
3278
3278
  buildSetupCmdBuild,
3279
3279
  buildCmdBuild,
3280
3280
  checkClientInfo,
3281
- checkGraphqlSchema,
3282
3281
  waitForDB,
3282
+ checkGraphqlSchema,
3283
3283
  indexIntoSelfHostedDatabase
3284
3284
  ], options)
3285
3285
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [