Skip to content

Commit ea2ed98

Browse files
committed
Fix publishing lib dir
1 parent 8edd267 commit ea2ed98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ task buildProd(type: CrossPlatformExec) {
160160
}
161161

162162
task bundle() {
163-
dependsOn buildProd, ':npm-package:build'
163+
dependsOn ':tasks-server:build', buildProd, ':npm-package:build'
164164
group 'build'
165165
description 'Bundles the extension files for release'
166166
}

0 commit comments

Comments
 (0)