We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43bf21 commit 87b8c73Copy full SHA for 87b8c73
src/Apps/Apps.jl
@@ -216,6 +216,9 @@ function add(pkg::PackageSpec)
216
manifest.deps[pkg.uuid] = entry
217
218
_resolve(manifest, pkg.name)
219
+ if new === true || (new isa Set{UUID} && pkg.uuid in new)
220
+ Pkg.Operations.build_versions(ctx, Set([pkg.uuid]); verbose = true)
221
+ end
222
precompile(pkg.name)
223
224
@info "For package: $(pkg.name) installed apps $(join(keys(project.apps), ","))"
0 commit comments