Skip to content
Snippets Groups Projects
Commit fc0141ec authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'Fix storybook build script' (#846) from fix-storybook-build into master

parents 0ccaed8d e38f0ce5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
"cypress:open-admin": "npx cypress open --project apps/admin-e2e",
"workspace-generator": "nx workspace-generator",
"storybook": "nx storybook design-system",
"ci-storybook": "nx storybook build design-system && nx container design-system"
"ci-storybook": "nx build-storybook design-system && nx container design-system"
},
"private": true,
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment