From b001fe2b08dd6c20de0f56a0285504d18c0d09fc Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 7 Feb 2019 11:58:06 +0000 Subject: Remove postinstall hack --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3