|
18 | 18 | "/oclif.manifest.json" |
19 | 19 | ], |
20 | 20 | "dependencies": { |
21 | | - "@contentstack/cli-command": "~1.4.0", |
| 21 | + "@contentstack/cli-command": "~1.5.0", |
22 | 22 | "@oclif/plugin-help": "^6.2.27", |
23 | | - "@contentstack/cli-utilities": "~1.10.0", |
| 23 | + "@contentstack/cli-utilities": "~1.11.0", |
24 | 24 | "@oclif/plugin-plugins": "^5.4.36", |
25 | 25 | "chalk": "^4.1.2", |
26 | 26 | "fast-csv": "^4.3.6", |
|
69 | 69 | "lint": "eslint . --ext .ts --config .eslintrc", |
70 | 70 | "postpack": "shx rm -f oclif.manifest.json", |
71 | 71 | "posttest": "npm run lint", |
72 | | - "compile": "shx rm -rf lib && tsc -b", |
73 | | - "prepack": "npm run build && oclif manifest && oclif readme", |
| 72 | + "compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b", |
| 73 | + "prepack": "pnpm compile && oclif manifest && oclif readme", |
74 | 74 | "test": "mocha --forbid-only \"test/**/*.test.ts\"", |
75 | 75 | "version": "oclif readme && git add README.md", |
76 | | - "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json", |
| 76 | + "clean": "rm -rf ./lib ./node_modules .tsbuildinfo oclif.manifest.json", |
77 | 77 | "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"", |
78 | 78 | "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\"" |
79 | 79 | }, |
|
0 commit comments