Add publishConfig in governance/package.json (#707)

* publishConfig is needed for lerna to publish governance as a public
  package
This commit is contained in:
Kyu 2023-04-16 18:03:23 -07:00 committed by GitHub
parent 2b13dcfc14
commit 948b17e2ed

View File

@ -20,5 +20,8 @@
"type": "git",
"url": "https://github.com/0xProject/protocol.git"
},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0"
}