@carbon/cli 11.42.0-rc.0 → 11.42.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/cli",
3
3
  "description": "Task automation for working with the Carbon Design System",
4
- "version": "11.42.0-rc.0",
4
+ "version": "11.42.0",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
@@ -54,5 +54,5 @@
54
54
  "typescript": "^5.7.3",
55
55
  "yargs": "^17.7.2"
56
56
  },
57
- "gitHead": "d901529b78f5b70b49309ad45604fa5ec99a2e69"
57
+ "gitHead": "aeaaa31889990fc76c7e0e8a29ec0bf96ce33f82"
58
58
  }
@@ -20,7 +20,6 @@ async function check(args, env) {
20
20
  `yarn carbon-cli check --ignore '**/@(node_modules|examples|components|react|fixtures|compat)/**' 'packages/**/*.scss'`,
21
21
  `cross-env BABEL_ENV=test yarn test --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
22
22
  `cross-env BABEL_ENV=test yarn test:e2e --ci --maxWorkers 2 --reporters=default --reporters=jest-junit`,
23
- `cross-env PERCY_TOKEN=dd3392142006a6483c8f524697f39f052755fa9dc087ff4437cac3d64227abdd yarn run percy exec -- yarn workspace @carbon/react test:e2e`,
24
23
  ];
25
24
 
26
25
  try {