Add private:publish to contract-addresses

This commit is contained in:
fragosti
2020-03-06 11:28:46 -08:00
parent b8ec7f5e26
commit 9f495b6dc9

View File

@@ -12,7 +12,11 @@
"scripts": {
"build": "yarn tsc -b",
"build:ci": "yarn build",
"clean": "shx rm -rf lib"
"clean": "shx rm -rf lib",
"publish:private": "yarn build && gitpkg publish"
},
"gitpkg": {
"registry": "git@github.com:0xProject/gitpkg-registry.git"
},
"repository": {
"type": "git",
@@ -25,7 +29,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
"devDependencies": {
"shx": "^0.2.2",
"typescript": "3.0.1"
"typescript": "3.0.1",
"gitpkg": "https://github.com/0xProject/gitpkg.git"
},
"publishConfig": {
"access": "public"