Skip to content

Commit

Permalink
build(scripts): fixing storybook typo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 8, 2022
1 parent 5f2cc07 commit cd4897b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions libs/components/src/side-sheet/side-sheet.stories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './side-sheet';
import '../button/button';
import { Active as ActiveStatusHeader } from '../status-header/status-header.stories';
//import { Active as ActiveStatusHeader } from '../status-header/status-header.stories';
import * as tableRowSelectionContent from '../../stories/demos/table-row-selection.content.html';

export default {
Expand Down Expand Up @@ -85,11 +85,6 @@ export const StatusHeader = () => {
</style>
<td-button raised>Open side sheet</td-button>
<td-side-sheet noPadding>
${ActiveStatusHeader({
state: 'active',
status: 'Running',
title: 'Active item details',
})}
${tableRowSelectionContent}
</td-side-sheet>
`;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ghpages:deploy": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build docs-app -- --base-href=/covalent/$VERSION/ && bash scripts/ghpages-deploy $VERSION",
"release:prepare": "npx nx run-many --target=build --all && npx nx run-many --target=build-scss --all && node ./scripts/version-placeholder ./dist",
"style-dictionary": "cd libs/tokens && style-dictionary build",
"storybook": "npx storybook -c libs/components/.storybook",
"storybook": "npx start-storybook -c libs/components/.storybook",
"build-storybook": "npx build-storybook -c libs/components/.storybook -o dist/storybook/components",
"chromatic": "npx chromatic"
},
Expand Down

0 comments on commit cd4897b

Please sign in to comment.