Skip to content

Commit 24ccd49

Browse files
authored
chore: update build script used in chromatic config (#2402)
1 parent 4687a72 commit 24ccd49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHROMATIC_PROJECT_TOKEN=1234abcd
22
CHROMATIC_PROJECT_ID="Project:64762974a45b8bc5ca1705a2"
3-
CHROMATIC_BUILD_SCRIPT_NAME="ci:storybook"
3+
# 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"
46

57
# NX settings
68
NX_PREFER_TS_NODE=true

0 commit comments

Comments
 (0)