Skip to content

Commit ff26bb2

Browse files
annawen1kodiakhq[bot]
authored andcommitted
fix(rtl): add wc storybook rtl cmd back in for testing (#11618)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b663dd0 commit ff26bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"build-storybook": "storybook build",
5454
"build-storybook:experimental": "C4D_FLAGS_ALL=true build-storybook -o storybook-static-experimental",
5555
"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",
56-
"build-storybook:rtl": "STORYBOOK_USE_RTL=true build-storybook -o storybook-static-rtl",
56+
"build-storybook:rtl": "cross-env STORYBOOK_USE_RTL=true build-storybook -o storybook-static-rtl",
5757
"ci-check": "yarn wca && yarn typecheck && yarn build && yarn test:unit",
5858
"clean": "gulp clean",
5959
"clean:dist": "rimraf dist",

0 commit comments

Comments
 (0)