Skip to content

Commit 244d8d3

Browse files
committed
remove obsolete env var
1 parent a678fc2 commit 244d8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "cross-env STORYBOOK_POD_OS_ELEMENTS_DIST_URL=http://localhost:3333/build STORYBOOK_POD_OS_CORE_DIST_URL=http://localhost:4444 start-storybook -p 6006",
7+
"start": "cross-env STORYBOOK_POD_OS_ELEMENTS_DIST_URL=http://localhost:3333/build start-storybook -p 6006",
88
"build": "build-storybook -o ../gh-pages/storybook"
99
},
1010
"author": "",

0 commit comments

Comments
 (0)