aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/build.gradle')
-rw-r--r--subprojects/frontend/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/frontend/build.gradle b/subprojects/frontend/build.gradle
index da237411..dd50860c 100644
--- a/subprojects/frontend/build.gradle
+++ b/subprojects/frontend/build.gradle
@@ -93,6 +93,10 @@ tasks.register('serveFrontend', RunYarn) {
93 description = 'Start a Vite dev server with hot module replacement.' 93 description = 'Start a Vite dev server with hot module replacement.'
94} 94}
95 95
96tasks.named('clean') {
97 delete 'dev-dist'
98}
99
96sonarqube.properties { 100sonarqube.properties {
97 properties['sonar.sources'] += ['src'] 101 properties['sonar.sources'] += ['src']
98 property 'sonar.nodejs.executable', "${frontend.nodeInstallDirectory.get()}/bin/node" 102 property 'sonar.nodejs.executable', "${frontend.nodeInstallDirectory.get()}/bin/node"