|
1 | 1 | {
|
2 | 2 | "name": "@vtex/cli-plugin-logs",
|
3 | 3 | "description": "vtex plugin logs",
|
4 |
| - "version": "0.1.0", |
| 4 | + "version": "0.1.1", |
5 | 5 | "bugs": "https://github.com/vtex/cli-plugin-logs/issues",
|
6 | 6 | "dependencies": {
|
7 | 7 | "@oclif/command": "^1",
|
|
53 | 53 | "scripts": {
|
54 | 54 | "build-clean": "rm -rf build",
|
55 | 55 | "build-incremental": "tsc --incremental",
|
56 |
| - "build": "yarn build-clean && yarn tsc && OCLIF_COMPILATION=true yarn oclif-dev manifest", |
| 56 | + "build": "yarn build-clean && yarn tsc && OCLIF_COMPILATION=true yarn oclif-dev manifest --color=256", |
57 | 57 | "ci:prettier-check": "prettier --check --config ./.prettierrc \"./src/**/*.{ts,tsx,js,jsx,json}\"",
|
58 | 58 | "ci:test": "yarn test --ci",
|
59 | 59 | "format-lint": "yarn format && yarn lint",
|
60 | 60 | "format": "prettier --config ./.prettierrc --write \"**/*.{ts,js,json}\"",
|
61 | 61 | "lint": "eslint ./src --cache --ext .ts --config .eslintrc",
|
62 | 62 | "postpack": "rm -f oclif.manifest.json",
|
63 | 63 | "posttest": "eslint . --ext .ts --config .eslintrc",
|
64 |
| - "prepack": "rm -rf build && tsc -b && oclif-dev manifest && oclif-dev readme", |
| 64 | + "prepack": "rm -rf build && tsc -b && oclif-dev manifest --color=256 && oclif-dev readme", |
65 | 65 | "prepublishOnly": "bash ./scripts/publishLock.sh",
|
66 | 66 | "test": "jest --passWithNoTests",
|
67 | 67 | "version": "oclif-dev readme && git add README.md",
|
|
0 commit comments