Browse Source

SONAR-20949 Fix build validation when design system change

tags/10.4.0.87286
Mathieu Suen 7 months ago
parent
commit
69056116ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/sonar-web/build.gradle

+ 1
- 1
server/sonar-web/build.gradle View File

@@ -61,7 +61,7 @@ task "yarn_validate-ci"(type: Exec) {
dependsOn "yarn_design-system"
// Note that outputs are not relocatable, because contain absolute paths, and that's why inputs are not relativized
['config', 'src/main/js'].each {
['config', 'src/main/js', 'design-system'].each {
inputs.dir(it)
}
['package.json', 'yarn.lock', 'tsconfig.json', '.eslintrc', 'jest.config.js'].each {

Loading…
Cancel
Save