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 c182174 commit c07bcd0Copy full SHA for c07bcd0
src/Apps/Apps.jl
@@ -215,6 +215,9 @@ function add(pkg::PackageSpec)
215
manifest.deps[pkg.uuid] = entry
216
217
_resolve(manifest, pkg.name)
218
+ if new === true || (new isa Set{UUID} && pkg.uuid in new)
219
+ Pkg.Operations.build_versions(ctx, Set([pkg.uuid]); verbose = true)
220
+ end
221
precompile(pkg.name)
222
223
@info "For package: $(pkg.name) installed apps $(join(keys(project.apps), ","))"
0 commit comments