Merge pull request #2514 from 0xProject/feat/add-gitpkg-to-contract-addresses

Add private:publish to contract-addresses
This commit is contained in:
Francesco Agosti
2020-03-06 12:17:22 -08:00
committed by GitHub

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"