@percy/cli-build 1.21.0 → 1.22.0-alpha.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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -38,6 +38,7 @@ Options:
|
|
|
38
38
|
-t, --timeout <ms> Timeout before exiting without updates, defaults to 10 minutes
|
|
39
39
|
-i, --interval <ms> Interval at which to poll for updates, defaults to 1 second
|
|
40
40
|
-f, --fail-on-changes Exit with an error when diffs are found
|
|
41
|
+
--pass-if-approved Doesn't Exit with an error if the build is approved, requires '--fail-on-changes'
|
|
41
42
|
|
|
42
43
|
Global options:
|
|
43
44
|
-v, --verbose Log everything
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/cli-build",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@percy/cli-command": "1.
|
|
35
|
+
"@percy/cli-command": "1.22.0-alpha.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "5928e586c401ac10840d1ec6219875526e45d100"
|
|
38
38
|
}
|