Add a comment about a yarn bug
This commit is contained in:
parent
ba987b0574
commit
a45f9b4802
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user