Skip to content

Commit

Permalink
fix(rtl): add wc storybook rtl cmd back in for testing (carbon-design…
Browse files Browse the repository at this point in the history
…-system#11618)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and kennylam committed Mar 21, 2024
1 parent b663dd0 commit ff26bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build-storybook": "storybook build",
"build-storybook:experimental": "C4D_FLAGS_ALL=true build-storybook -o storybook-static-experimental",
"build-storybook:react": "gulp build:modules:react && node --max-old-space-size=8192 node_modules/@storybook/react/bin/build.js -c .storybook/react -o storybook-static-react",
"build-storybook:rtl": "STORYBOOK_USE_RTL=true build-storybook -o storybook-static-rtl",
"build-storybook:rtl": "cross-env STORYBOOK_USE_RTL=true build-storybook -o storybook-static-rtl",
"ci-check": "yarn wca && yarn typecheck && yarn build && yarn test:unit",
"clean": "gulp clean",
"clean:dist": "rimraf dist",
Expand Down

0 comments on commit ff26bb2

Please sign in to comment.