@openremote/or-dashboard-builder 1.6.0-snapshot.20250512145140 → 1.6.0-snapshot.20250512155842

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build.gradle CHANGED
@@ -6,8 +6,12 @@ task clean() {
6
6
  }
7
7
  }
8
8
 
9
+ task installDist() {
10
+ dependsOn npmAnalyze
11
+ }
12
+
9
13
  task prepareUi() {
10
- dependsOn clean, npmPrepare
14
+ dependsOn clean, npmAnalyze, npmPrepare
11
15
  }
12
16
 
13
17
  task publishUi() {