@percy/cli-app 1.17.0 → 1.18.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/exec.js +2 -0
  2. package/package.json +4 -4
package/dist/exec.js CHANGED
@@ -7,6 +7,7 @@ export const start = command('start', {
7
7
  examples: ['$0 &> percy.log'],
8
8
  percy: {
9
9
  server: true,
10
+ projectType: 'app',
10
11
  skipDiscovery: true
11
12
  }
12
13
  }, ExecPlugin.start.callback);
@@ -19,6 +20,7 @@ export const exec = command('exec', {
19
20
  .flags.filter(f => !f.group),
20
21
  percy: {
21
22
  server: true,
23
+ projectType: 'app',
22
24
  skipDiscovery: true
23
25
  }
24
26
  }, ExecPlugin.default.callback);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-app",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,8 +32,8 @@
32
32
  ]
33
33
  },
34
34
  "dependencies": {
35
- "@percy/cli-command": "1.17.0",
36
- "@percy/cli-exec": "1.17.0"
35
+ "@percy/cli-command": "1.18.0",
36
+ "@percy/cli-exec": "1.18.0"
37
37
  },
38
- "gitHead": "b7b2403047ea6208de71c73232df8a5375781a30"
38
+ "gitHead": "8aeb759653765fea11e8ebeb96c53a4c4ea616b2"
39
39
  }