Skip to content

Commit 1006c5a

Browse files
committed
chore: added start command to react package.json
1 parent 3d964b4 commit 1006c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ebayui-core-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"smoke-test:react-18": "cd ./smoke-tests/react-18 && npm install && npm run test",
3737
"smoke-test:react-19": "cd ./smoke-tests/react-19 && npm install && npm run test",
3838
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9001 -c .storybook --no-open",
39+
"start": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9001 -c .storybook --no-open",
3940
"test": "jest",
4041
"type:check": "tsc --noEmit",
4142
"update-icons": "node ./scripts/update-icons",

0 commit comments

Comments
 (0)