2022-08-05 21:52:47 +03:00
|
|
|
{
|
|
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
2022-10-20 19:20:35 +03:00
|
|
|
"sourceRoot": "libs/console/legacy-ce/src",
|
2022-08-05 21:52:47 +03:00
|
|
|
"projectType": "library",
|
|
|
|
"tags": ["legacy"],
|
|
|
|
"targets": {
|
|
|
|
"lint": {
|
|
|
|
"executor": "@nrwl/linter:eslint",
|
|
|
|
"outputs": ["{options.outputFile}"],
|
|
|
|
"options": {
|
2022-10-20 19:20:35 +03:00
|
|
|
"lintFilePatterns": ["libs/console/legacy-ce/**/*.{ts,tsx,js,jsx}"]
|
2022-08-05 21:52:47 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"executor": "@nrwl/jest:jest",
|
2022-10-20 19:20:35 +03:00
|
|
|
"outputs": ["coverage/libs/console/legacy-ce"],
|
2022-08-05 21:52:47 +03:00
|
|
|
"options": {
|
2022-10-20 19:20:35 +03:00
|
|
|
"jestConfig": "libs/console/legacy-ce/jest.config.ts",
|
2022-08-05 21:52:47 +03:00
|
|
|
"passWithNoTests": true
|
|
|
|
}
|
2022-08-30 11:03:14 +03:00
|
|
|
},
|
|
|
|
"storybook": {
|
|
|
|
"executor": "@nrwl/storybook:storybook",
|
|
|
|
"options": {
|
|
|
|
"uiFramework": "@storybook/react",
|
|
|
|
"port": 4400,
|
|
|
|
"config": {
|
2022-10-20 19:20:35 +03:00
|
|
|
"configFolder": "libs/console/legacy-ce/.storybook"
|
2022-08-30 11:03:14 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"build-storybook": {
|
|
|
|
"executor": "@nrwl/storybook:build",
|
|
|
|
"outputs": ["{options.outputPath}"],
|
|
|
|
"options": {
|
|
|
|
"uiFramework": "@storybook/react",
|
|
|
|
"outputPath": "dist/storybook/console-ce",
|
|
|
|
"config": {
|
2022-10-20 19:20:35 +03:00
|
|
|
"configFolder": "libs/console/legacy-ce/.storybook"
|
2022-08-30 11:03:14 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"ci": {
|
|
|
|
"quiet": true
|
|
|
|
}
|
2022-08-05 21:52:47 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|