Add private:publish to contract-addresses
This commit is contained in:
		@@ -12,7 +12,11 @@
 | 
				
			|||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "build": "yarn tsc -b",
 | 
					        "build": "yarn tsc -b",
 | 
				
			||||||
        "build:ci": "yarn build",
 | 
					        "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": {
 | 
					    "repository": {
 | 
				
			||||||
        "type": "git",
 | 
					        "type": "git",
 | 
				
			||||||
@@ -25,7 +29,8 @@
 | 
				
			|||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1",
 | 
				
			||||||
 | 
					        "gitpkg": "https://github.com/0xProject/gitpkg.git"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
        "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user