Opam: fix packaging of proto_demo

This commit is contained in:
Grégoire Henry 2019-02-20 18:34:28 +01:00
parent e3f9ae4578
commit d78505fff8
No known key found for this signature in database
GPG Key ID: 827A020B224844F1
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ depends: [
"tezos-base"
"tezos-client-base"
"tezos-client-genesis"
"tezos-client-demo"
"tezos-client-alpha"
"tezos-client-alpha-commands"
"tezos-baking-alpha"

View File

@ -14,7 +14,7 @@ depends: [
"tezos-client-base"
"tezos-client-commands"
"tezos-protocol-environment"
"tezos-protocol-genesis"
"tezos-protocol-demo"
]
build: [
[ "dune" "build" "-p" name "-j" jobs ]