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