We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c7a11 commit 114b75bCopy full SHA for 114b75b
.gitignore
@@ -22,6 +22,7 @@ package-lock.json
22
build-storybook.log
23
24
# Chromatic
25
+chromatic.log
26
chromatic-build-*.xml
27
chromatic-diagnostics*.json
28
.storybook/package.json
@@ -6,6 +6,9 @@
6
"author": "Adobe",
7
"homepage": "https://opensource.adobe.com/spectrum-css/preview",
8
"main": "main.js",
9
+ "scripts": {
10
+ "build": "storybook build --config-dir . --output-dir ./storybook-static"
11
+ },
12
"dependencies": {
13
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
14
"@spectrum-css/expressvars": "^3.0.9",
0 commit comments