@contentstack/cli-command 2.0.0-beta.1 → 2.0.0-beta.2

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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@contentstack/cli-command",
3
3
  "description": "Contentstack CLI plugin for configuration",
4
- "version": "2.0.0-beta.1",
4
+ "version": "2.0.0-beta.2",
5
5
  "author": "Contentstack",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
9
+ "build": "pnpm compile",
9
10
  "prepack": "pnpm compile",
10
- "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
11
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
11
12
  "compile": "tsc -b tsconfig.json",
12
13
  "test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
13
14
  "pretest": "tsc -p test",
@@ -19,7 +20,7 @@
19
20
  "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
20
21
  },
21
22
  "dependencies": {
22
- "@contentstack/cli-utilities": "~2.0.0-beta.1",
23
+ "@contentstack/cli-utilities": "~2.0.0-beta.2",
23
24
  "contentstack": "^3.25.3",
24
25
  "@oclif/core": "^4.3.0",
25
26
  "@oclif/plugin-help": "^6.2.28"
@@ -64,4 +65,4 @@
64
65
  "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
65
66
  },
66
67
  "repository": "contentstack/cli"
67
- }
68
+ }