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 4687a72 commit 24ccd49Copy full SHA for 24ccd49
.env.example
@@ -1,6 +1,8 @@
1
CHROMATIC_PROJECT_TOKEN=1234abcd
2
CHROMATIC_PROJECT_ID="Project:64762974a45b8bc5ca1705a2"
3
-CHROMATIC_BUILD_SCRIPT_NAME="ci:storybook"
+# Note: the build script here should be defined in .storybook/package.json
4
+# this is used by the chromatic storybook addon to build the storybook on the fly
5
+CHROMATIC_BUILD_SCRIPT_NAME="build"
6
7
# NX settings
8
NX_PREFER_TS_NODE=true
0 commit comments