add gitpkg to contract-wrappers (#2520)

This commit is contained in:
Xianny
2020-03-13 10:10:32 -07:00
committed by GitHub
parent aaa62beca7
commit b7fb5394a7

View File

@@ -17,6 +17,7 @@
"build": "tsc -b", "build": "tsc -b",
"rebuild": "yarn wrappers:clean && yarn wrappers:generate && yarn wrappers:prettier && yarn build", "rebuild": "yarn wrappers:clean && yarn wrappers:generate && yarn wrappers:prettier && yarn build",
"build:ci": "yarn build", "build:ci": "yarn build",
"publish:private": "yarn rebuild && gitpkg publish",
"lint": "tslint --format stylish --project . --exclude **/lib/**/*", "lint": "tslint --format stylish --project . --exclude **/lib/**/*",
"fix": "tslint --fix --format stylish --project . --exclude **/lib/**/*", "fix": "tslint --fix --format stylish --project . --exclude **/lib/**/*",
"prettier": "prettier --write **/* --config ../../.prettierrc", "prettier": "prettier --write **/* --config ../../.prettierrc",
@@ -33,6 +34,9 @@
"config": { "config": {
"abis": "../contract-artifacts/artifacts/@(DevUtils|ERC20Token|ERC721Token|Exchange|Forwarder|IAssetData|LibTransactionDecoder|WETH9|Coordinator|Staking|StakingProxy|IERC20BridgeSampler|ERC20BridgeSampler|GodsUnchainedValidator|Broker|ILiquidityProvider|ILiquidityProviderRegistry|MaximumGasPrice).json" "abis": "../contract-artifacts/artifacts/@(DevUtils|ERC20Token|ERC721Token|Exchange|Forwarder|IAssetData|LibTransactionDecoder|WETH9|Coordinator|Staking|StakingProxy|IERC20BridgeSampler|ERC20BridgeSampler|GodsUnchainedValidator|Broker|ILiquidityProvider|ILiquidityProviderRegistry|MaximumGasPrice).json"
}, },
"gitpkg": {
"registry": "git@github.com:0xProject/gitpkg-registry.git"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
@@ -47,7 +51,8 @@
"@0x/tslint-config": "^4.0.0", "@0x/tslint-config": "^4.0.0",
"tslint": "5.11.0", "tslint": "5.11.0",
"typedoc": "^0.15.0", "typedoc": "^0.15.0",
"typescript": "3.0.1" "typescript": "3.0.1",
"gitpkg": "https://github.com/0xProject/gitpkg.git"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^3.0.7", "@0x/assert": "^3.0.7",