[AAE-10219] Add css to align according to alignment property in RadioField (#7750)

* [AAE-10219] Add css to align according to alignment property in RadioField

* [AAE-10219] Add css to align according to alignment property in RadioField

* trigger travis

* Fix nx build core

* reduce dependsOn config

* update demoshell cspell path

* [AAE-10460] fix storybook config (#7785)

* [AAE-10460] fix storybook config

* trigger travis

* trigger travis

Co-authored-by: Rafal Szmit <rafal.szmit@hyland.com>
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
Co-authored-by: Tomasz Gnyp <49343696+tomgny@users.noreply.github.com>
This commit is contained in:
Sushmitha V
2022-08-26 00:39:01 +02:00
committed by GitHub
co-authored by Rafal Szmit Tomasz Tomasz Gnyp
parent 76c98c53ed
commit 2ef40b150f
5 changed files with 30 additions and 29 deletions
+6
View File
@@ -30,6 +30,12 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"lint": {
"dependsOn": [
"spellcheck",
"stylelint"
]
}
},
"tasksRunnerOptions": {