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