@onexapis/cli 1.1.18 → 1.1.20

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@onexapis/cli",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "description": "CLI tool for OneX theme development - scaffolds themes using @onexapis/core",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -6,13 +6,10 @@
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "scripts": {
9
- "dev": "onex dev",
10
- "build": "onex build",
11
- "upload": "onex upload",
12
- "upload:prod": "onex upload --environment production",
13
- "deploy": "onex deploy",
14
- "release": "pnpm build && pnpm upload:prod",
15
- "validate": "onex validate",
9
+ "dev": "onexthm dev",
10
+ "build": "onexthm build",
11
+ "publish": "onexthm publish",
12
+ "validate": "onexthm validate",
16
13
  "type-check": "tsc --noEmit",
17
14
  "lint": "echo 'no linter configured'"
18
15
  },