Skip to content

Commit

Permalink
fix(storybook): remove projectBuildConfig from everywhere (#10664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Jun 9, 2022
1 parent 9fcf6f8 commit 1fe3ba6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions docs/generated/packages/react.json
Expand Up @@ -639,10 +639,6 @@
"enum": ["eslint", "tslint"],
"default": "eslint"
},
"projectBuildConfig": {
"description": "Provide a custom projectBuildConfig for the Angular executor. If left blank, Nx will use the default.",
"type": "string"
},
"standaloneConfig": {
"description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
"type": "boolean"
Expand Down
8 changes: 0 additions & 8 deletions docs/generated/packages/storybook.json
Expand Up @@ -133,10 +133,6 @@
"enum": ["eslint", "tslint", "none"],
"default": "eslint"
},
"projectBuildConfig": {
"description": "Provide a custom projectBuildConfig for the Angular executor. If left blank, Nx will use the default.",
"type": "string"
},
"js": {
"type": "boolean",
"description": "Generate JavaScript story files rather than TypeScript story files.",
Expand Down Expand Up @@ -369,10 +365,6 @@
"type": "string",
"description": "The output path of the generated files."
},
"projectBuildConfig": {
"type": "string",
"description": "Workspace project where Storybook reads the Webpack config from."
},
"styles": {
"type": "array",
"description": "Global styles to be included in the build.",
Expand Down
Expand Up @@ -10,5 +10,4 @@ export interface StorybookConfigureSchema {
linter?: Linter;
cypressDirectory?: string;
standaloneConfig?: boolean;
projectBuildConfig?: string;
}
Expand Up @@ -52,10 +52,6 @@
"enum": ["eslint", "tslint"],
"default": "eslint"
},
"projectBuildConfig": {
"description": "Provide a custom projectBuildConfig for the Angular executor. If left blank, Nx will use the default.",
"type": "string"
},
"standaloneConfig": {
"description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
"type": "boolean"
Expand Down
4 changes: 0 additions & 4 deletions packages/storybook/src/executors/build-storybook/schema.json
Expand Up @@ -28,10 +28,6 @@
"type": "string",
"description": "The output path of the generated files."
},
"projectBuildConfig": {
"type": "string",
"description": "Workspace project where Storybook reads the Webpack config from."
},
"styles": {
"type": "array",
"description": "Global styles to be included in the build.",
Expand Down
1 change: 0 additions & 1 deletion packages/storybook/src/executors/models.ts
Expand Up @@ -15,6 +15,5 @@ export interface CommonNxStorybookConfig {
| '@storybook/vue3'
| '@storybook/svelte'
| '@storybook/react-native';
projectBuildConfig?: string;
config: StorybookConfig;
}
Expand Up @@ -12,5 +12,4 @@ export interface StorybookConfigureSchema {
tsConfiguration?: boolean;
cypressDirectory?: string;
standaloneConfig?: boolean;
projectBuildConfig?: string;
}
4 changes: 0 additions & 4 deletions packages/storybook/src/generators/configuration/schema.json
Expand Up @@ -35,10 +35,6 @@
"enum": ["eslint", "tslint", "none"],
"default": "eslint"
},
"projectBuildConfig": {
"description": "Provide a custom projectBuildConfig for the Angular executor. If left blank, Nx will use the default.",
"type": "string"
},
"js": {
"type": "boolean",
"description": "Generate JavaScript story files rather than TypeScript story files.",
Expand Down

1 comment on commit 1fe3ba6

@vercel
Copy link

@vercel vercel bot commented on 1fe3ba6 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.