Skip to content

Commit

Permalink
Merge pull request #419 from badsyntax/fix-publish
Browse files Browse the repository at this point in the history
Fix publishing lib dir
  • Loading branch information
badsyntax authored May 21, 2020
2 parents 8edd267 + ea2ed98 commit e24c5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ task buildProd(type: CrossPlatformExec) {
}

task bundle() {
dependsOn buildProd, ':npm-package:build'
dependsOn ':tasks-server:build', buildProd, ':npm-package:build'
group 'build'
description 'Bundles the extension files for release'
}
Expand Down

0 comments on commit e24c5d1

Please sign in to comment.