diff --git a/angular.json b/angular.json index d5a086559e..8d8414dc7e 100644 --- a/angular.json +++ b/angular.json @@ -1166,63 +1166,6 @@ } } } - }, - "stories": { - "root": "lib/stories", - "sourceRoot": "lib/stories", - "projectType": "library", - "architect": { - "storybook": { - "builder": "@storybook/angular:start-storybook", - "options": { - "port": 4400, - "browserTarget": "stories:storybook", - "configDir": "lib/stories/.storybook", - "compodoc": false, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - }, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ] - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "build-storybook": { - "builder": "@storybook/angular:build-storybook", - "options": { - "browserTarget": "stories:build-storybook", - "configDir": "lib/stories/.storybook", - "outputDir": "dist/storybook/stories", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - } - } } }, "defaultProject": "demoshell"