[/][s]: replace nx with nrwl packages for storybook

This commit is contained in:
Ola Rubaj
2023-08-08 18:27:00 +02:00
parent aca5b88bdb
commit f8851f12d9
4 changed files with 3110 additions and 575 deletions

View File

@@ -36,7 +36,7 @@
}
},
"storybook": {
"executor": "@nx/storybook:storybook",
"executor": "@nrwl/storybook:storybook",
"options": {
"port": 4400,
"configDir": "packages/core/.storybook"
@@ -48,7 +48,7 @@
}
},
"build-storybook": {
"executor": "@nx/storybook:build",
"executor": "@nrwl/storybook:build",
"outputs": ["{options.outputDir}"],
"options": {
"outputDir": "dist/storybook/core",