@percy/cli-exec 1.16.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.
- package/dist/exec.js +2 -1
- package/dist/start.js +2 -1
- package/package.json +3 -3
package/dist/exec.js
CHANGED
|
@@ -28,7 +28,8 @@ export const exec = command('exec', {
|
|
|
28
28
|
examples: ['$0 -- echo "percy is running around this echo command"', '$0 -- yarn test'],
|
|
29
29
|
loose: ['Warning: Missing command separator (--),', 'some command options may not work as expected'].join(' '),
|
|
30
30
|
percy: {
|
|
31
|
-
server: true
|
|
31
|
+
server: true,
|
|
32
|
+
projectType: 'web'
|
|
32
33
|
}
|
|
33
34
|
}, async function* ({
|
|
34
35
|
flags,
|
package/dist/start.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/cli-exec",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@percy/cli-command": "1.
|
|
35
|
+
"@percy/cli-command": "1.18.0",
|
|
36
36
|
"cross-spawn": "^7.0.3",
|
|
37
37
|
"which": "^2.0.2"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8aeb759653765fea11e8ebeb96c53a4c4ea616b2"
|
|
40
40
|
}
|