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

Fix storybook build script

parent 0ccaed8d
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"cypress:open-admin": "npx cypress open --project apps/admin-e2e", "cypress:open-admin": "npx cypress open --project apps/admin-e2e",
"workspace-generator": "nx workspace-generator", "workspace-generator": "nx workspace-generator",
"storybook": "nx storybook design-system", "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, "private": true,
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment