Skip to content

Commit 691d8dd

Browse files
authored
chore: add buildScriptName to chromatic configuration (#2742)
<!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!: ⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
1 parent ef6f2cc commit 691d8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chromatic.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"projectId": "Project:61142988527d34003b1e783d",
3-
"zip": true
3+
"zip": true,
4+
"buildScriptName": "storybook:build"
45
}

0 commit comments

Comments
 (0)