@laioutr/cli 0.2.0 → 0.2.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @laioutr/cli
20
20
  $ laioutr COMMAND
21
21
  running command...
22
22
  $ laioutr (--version)
23
- @laioutr/cli/0.2.0 darwin-arm64 node-v22.12.0
23
+ @laioutr/cli/0.2.1 darwin-arm64 node-v22.12.0
24
24
  $ laioutr --help [COMMAND]
25
25
  USAGE
26
26
  $ laioutr COMMAND
@@ -376,5 +376,5 @@ EXAMPLES
376
376
  $ laioutr project fetch-rc
377
377
  ```
378
378
 
379
- _See code: [src/commands/project/fetch-rc.ts](https://github.com/packages/cli/blob/v0.2.0/src/commands/project/fetch-rc.ts)_
379
+ _See code: [src/commands/project/fetch-rc.ts](https://github.com/packages/cli/blob/v0.2.1/src/commands/project/fetch-rc.ts)_
380
380
  <!-- commandsstop -->
@@ -83,5 +83,5 @@
83
83
  ]
84
84
  }
85
85
  },
86
- "version": "0.2.0"
86
+ "version": "0.2.1"
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laioutr/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Laioutr CLI",
5
5
  "repository": "packages/cli",
6
6
  "author": "Laioutr GmbH",
@@ -54,7 +54,7 @@
54
54
  "node": ">=18.0.0"
55
55
  },
56
56
  "scripts": {
57
- "build": "shx rm -rf dist && tsc -b",
57
+ "build": "shx rm -rf dist && tsc -b && oclif manifest && oclif readme",
58
58
  "dev": "./bin/dev.js",
59
59
  "lint": "eslint --cache --cache-location ../../.eslintcache",
60
60
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",