Skip to content

Commit

Permalink
fix: some chromatic parameters were not passed due to using the scrip…
Browse files Browse the repository at this point in the history
…t "build:storybook:command" being a concatenation, adjusting to a lower level
  • Loading branch information
sneko committed Feb 22, 2024
1 parent 96bfaee commit cee8164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"db:studio": "dotenv-run-script .env.test -- db:studio:unsecure",
"db:studio:unsecure": "prisma studio",
"clean": "rm -rf .next && rm -rf node_modules",
"chromatic": "chromatic --build-script-name build:storybook --auto-accept-changes --exit-zero-on-changes --only-changed --externals \"public/**\"",
"chromatic": "only-include-used-icons && chromatic --build-script-name build:storybook:command --auto-accept-changes --exit-zero-on-changes --only-changed --externals \"public/**\"",
"jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
},
"prisma": {
Expand Down

0 comments on commit cee8164

Please sign in to comment.