@percy/cli-exec 1.27.0-alpha.0 → 1.27.0-beta.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.
Files changed (2) hide show
  1. package/dist/start.js +2 -0
  2. package/package.json +4 -4
package/dist/start.js CHANGED
@@ -14,6 +14,8 @@ export const start = command('start', {
14
14
  let {
15
15
  yieldFor
16
16
  } = await import('@percy/cli-command/utils');
17
+ percy.projectType = percy.client.tokenType();
18
+ percy.skipDiscovery = percy.shouldSkipAssetDiscovery(percy.projectType);
17
19
 
18
20
  // start percy
19
21
  yield* percy.yield.start();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-exec",
3
- "version": "1.27.0-alpha.0",
3
+ "version": "1.27.0-beta.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public",
12
- "tag": "alpha"
12
+ "tag": "beta"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -33,9 +33,9 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@percy/cli-command": "1.27.0-alpha.0",
36
+ "@percy/cli-command": "1.27.0-beta.0",
37
37
  "cross-spawn": "^7.0.3",
38
38
  "which": "^2.0.2"
39
39
  },
40
- "gitHead": "16f2c87641d844c6af6c3e198f6aff1c08ee0ec1"
40
+ "gitHead": "2bc16314f51dddcc1cda459e7aa4b7b2db85f00a"
41
41
  }