diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-01-26 04:03:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 04:03:58 +0800 |
commit | ad85011d62ded60a0f4c4d69f2fda0665e12c425 (patch) | |
tree | 6543538ddb58fcb66d1ad0fb842cdac3784a83be /packages/contracts/package.json | |
parent | c559fbbe8cc39a678f8de00c17c6451e15c161aa (diff) | |
parent | a70379625ddab2441e8e33708b1bbbf6e331ef02 (diff) | |
download | dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar.gz dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar.bz2 dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar.lz dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar.xz dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.tar.zst dexon-sol-tools-ad85011d62ded60a0f4c4d69f2fda0665e12c425.zip |
Merge pull request #337 from 0xProject/feature/0x.js/update-artifacts
Add Rinkeby addresses to artifacts
Diffstat (limited to 'packages/contracts/package.json')
-rw-r--r-- | packages/contracts/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 5a76bbf7f..23a45218f 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -8,9 +8,11 @@ "test": "test" }, "scripts": { - "build": "rm -rf ./lib; copyfiles ./build/**/* ./deploy/solc/solc_bin/* ./deploy/test/fixtures/contracts/**/* ./deploy/test/fixtures/contracts/* ./lib; tsc;", + "build": + "rm -rf ./lib; copyfiles ./build/**/* ./deploy/solc/solc_bin/* ./deploy/test/fixtures/contracts/**/* ./deploy/test/fixtures/contracts/* ./lib; tsc;", "test": "npm run build; truffle test", - "compile:comment": "Yarn workspaces do not link binaries correctly so we need to reference them directly https://github.com/yarnpkg/yarn/issues/3846", + "compile:comment": + "Yarn workspaces do not link binaries correctly so we need to reference them directly https://github.com/yarnpkg/yarn/issues/3846", "compile": "node ../deployer/lib/src/cli.js compile", "clean": "rm -rf ./lib", "migrate": "node ../deployer/lib/src/cli.js migrate", |