Skip to content

Commit

Permalink
feat(storybook): publish storybook in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Oct 2, 2023
1 parent a3b620b commit ec8481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependsOn": ["build-storybook"],
"options": {
"parallel": false,
"commands": ["npx chromatic ./dist/storybook/ui"]
"commands": ["npx chromatic -d ./dist/storybook/ui"]
}
}
},
Expand Down

0 comments on commit ec8481e

Please sign in to comment.