@extrahorizon/exh-cli 1.5.1-dev-34-b5123be → 1.5.1-dev-35-690a5d5

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Extra Horizon CLI
2
2
 
3
- This is the command-line interface to the Extra Horizon platform. It allows you to manage schemas & tasks for now, but
3
+ This is the command-line interface to the Extra Horizon platform. It allows you to manage just some parts of your Extra Horizon configuration for now, but
4
4
  will be extended with additional functionality.
5
5
 
6
6
  See [changelog](CHANGELOG.md) for the latest changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.5.1-dev-34-b5123be",
3
+ "version": "1.5.1-dev-35-690a5d5",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/ExtraHorizon/exh-cli.git"
12
12
  },
13
13
  "scripts": {
14
- "start": "yarn test",
14
+ "start": "yarn build && node ./build/index.js",
15
15
  "clean": "rimraf build",
16
16
  "build": "yarn clean && tsc",
17
17
  "test": "jest",