@xano/cli 0.0.63 → 0.0.64

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xano/cli",
3
3
  "description": "CLI for Xano's Metadata API",
4
- "version": "0.0.63",
4
+ "version": "0.0.64",
5
5
  "author": "Sean Montgomery",
6
6
  "bin": {
7
7
  "xano": "./bin/run.js"
@@ -106,7 +106,7 @@
106
106
  "lint": "eslint",
107
107
  "postpack": "shx rm -f oclif.manifest.json",
108
108
  "posttest": "npm run lint",
109
- "prepack": "oclif manifest && oclif readme",
109
+ "prepack": "npm run build && oclif manifest && oclif readme",
110
110
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
111
111
  "version": "oclif readme && git add README.md"
112
112
  },