Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix running storybook examples #7506

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eject": "react-scripts eject",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"start": "react-scripts start",
"storybook": "start-storybook -p 9010 -s public",
"storybook": "start-storybook -p 9010 -s public --no-dll",
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-react15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9009 -s public",
"storybook": "start-storybook -p 9009 -s public --no-dll",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build-storybook": "build-storybook -s public",
"lint": "tslint src/**/*.ts{,x}",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9010 -s public",
"storybook": "start-storybook -p 9010 -s public --no-dll",
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/dev-kits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build-storybook": "build-storybook -c ./ -s built-storybooks",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9011 -c ./"
"storybook": "start-storybook -p 9011 -c ./ --no-dll"
},
"devDependencies": {
"@storybook/addon-decorator": "5.2.0-beta.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/ember-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build-storybook": "yarn build && cp -r public/* dist && build-storybook -s dist",
"dev": "ember serve",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "yarn build && start-storybook -p 9009 -s dist",
"storybook:dev": "yarn dev & start-storybook -p 9009 -s dist"
"storybook": "yarn build && start-storybook -p 9009 -s dist --no-dll",
"storybook:dev": "yarn dev & start-storybook -p 9009 -s dist --no-dll"
},
"dependencies": {
"ember-template-compiler": "^1.9.0-alpha"
Expand Down
2 changes: 1 addition & 1 deletion examples/marko-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier": "prettier src/**/*.{js,css,less} *.js --write",
"serve-static": "NODE_ENV=production marko-starter serve-static",
"start": "marko-starter server",
"storybook": "start-storybook -p 9005",
"storybook": "start-storybook -p 9005 --no-dll",
"test": "npm run lint"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/mithril-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build-storybook": "build-storybook",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9007"
"storybook": "start-storybook -p 9007 --no-dll"
},
"dependencies": {
"mithril": "^1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/polymer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build-storybook": "build-storybook",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"start": "webpack-dev-server",
"storybook": "start-storybook -p 9001 -c .storybook"
"storybook": "start-storybook -p 9001 -c .storybook --no-dll"
},
"dependencies": {
"@polymer/polymer": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-storybook": "build-storybook -s public",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9009 -s public"
"storybook": "start-storybook -p 9009 -s public --no-dll"
},
"dependencies": {
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/rax-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "jest",
"start": "rax-scripts start",
"build": "rax-scripts build",
"storybook": "start-storybook -p 9009 -s public",
"storybook": "start-storybook -p 9009 -s public --no-dll",
"prestorybook": "npm run test:generate-output",
"prebuild:storybook": "npm run test:generate-output",
"build-storybook": "build-storybook -s public"
Expand Down
2 changes: 1 addition & 1 deletion examples/riot-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-storybook": "build-storybook -s public",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9009 -s public"
"storybook": "start-storybook -p 9009 -s public --no-dll"
},
"dependencies": {
"riot": "^3.13.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build-storybook": "build-storybook -s public",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9009 -s public"
"storybook": "start-storybook -p 9009 -s public --no-dll"
},
"dependencies": {
"global": "^4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-storybook": "build-storybook -s public",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"storybook": "start-storybook -p 9009 -s public"
"storybook": "start-storybook -p 9009 -s public --no-dll"
},
"dependencies": {
"vue": "^2.6.8",
Expand Down