Skip to content

Commit e24c5d1

Browse files
authored
Merge pull request #419 from badsyntax/fix-publish
Fix publishing lib dir
2 parents 8edd267 + ea2ed98 commit e24c5d1

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)