diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-07 19:58:06 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-07 19:58:06 +0800 |
commit | b001fe2b08dd6c20de0f56a0285504d18c0d09fc (patch) | |
tree | 337fec206924044e8a3c2ad39382473514d95871 | |
parent | 5ff646ca8e5b17fda83372a25f855ecb88758e70 (diff) | |
download | dexon-0x-contracts-b001fe2b08dd6c20de0f56a0285504d18c0d09fc.tar.gz dexon-0x-contracts-b001fe2b08dd6c20de0f56a0285504d18c0d09fc.tar.zst dexon-0x-contracts-b001fe2b08dd6c20de0f56a0285504d18c0d09fc.zip |
Remove postinstall hack
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index a077f3224..dccfe6513 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,7 @@ "generate_doc": "node ./packages/monorepo-scripts/lib/doc_generate_and_upload.js", "test:generate_docs:circleci": "for i in ${npm_package_config_packagesWithDocPages}; do yarn generate_doc --package $i --shouldUpload false --isStaging true || break -1; done;", "bundlewatch": "bundlewatch", - "lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing", - "comment:postinstall": "HACK: For some reason `yarn` is not setting up symlink properly for types. We temporarily make it manually. Remove this ASAP!", - "postinstall": "shx cp -R node_modules/@0x/order-utils contracts/erc20/node_modules/@0x/contracts-exchange-libs/node_modules/@0x/contracts-utils/node_modules/@0x;" + "lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing" }, "config": { "contractsPackages": "@0x/contracts-asset-proxy @0x/contracts-erc20 @0x/contracts-erc721 @0x/contracts-exchange @0x/contracts-exchange-forwarder @0x/contracts-exchange-libs @0x/contracts-extensions @0x/contracts-multisig @0x/contracts-test-utils @0x/contracts-utils", |