Add a comment about a yarn bug

This commit is contained in:
Leonid Logvinov 2018-01-19 13:37:41 +01:00
parent ba987b0574
commit a45f9b4802
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -11,6 +11,8 @@
"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": "node ../deployer/lib/src/cli.js compile",
"clean": "rm -rf ./lib",
"migrate": "node ../deployer/lib/src/cli.js migrate",
@ -55,7 +57,7 @@
},
"dependencies": {
"0x.js": "^0.30.0",
"@0xproject/deployer": "^0.0.1",
"@0xproject/deployer": "*",
"@0xproject/json-schemas": "^0.7.3",
"@0xproject/utils": "^0.2.0",
"@0xproject/web3-wrapper": "^0.1.5",