Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0efa3230f4 |
@@ -21,6 +21,9 @@ inputs:
|
||||
buildScriptName:
|
||||
description: 'The npm script that builds your Storybook [build-storybook]'
|
||||
required: false
|
||||
buildCommand:
|
||||
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
|
||||
required: false
|
||||
configFile:
|
||||
description: 'Path from where to load the Chromatic config JSON file.'
|
||||
cypress:
|
||||
|
||||
+807
-793
File diff suppressed because one or more lines are too long
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "11.14.0",
|
||||
"version": "11.18.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -137,6 +137,7 @@
|
||||
"globals": "^15.3.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"husky": "^7.0.0",
|
||||
"json5": "^2.2.3",
|
||||
"jsonfile": "^6.0.1",
|
||||
"junit-report-builder": "2.1.0",
|
||||
"listr": "0.14.3",
|
||||
|
||||
Reference in New Issue
Block a user