build: add nohoist entry for bootstrap package relative to dapps/templates/demo

The demo's `embark.json` relies on the bootstrap package being within the
demo's own `node_modules`, but in the monorepo yarn was hoisting it up to the
root `node_modules`.
This commit is contained in:
Michael Bradley, Jr 2019-05-15 09:27:22 -05:00 committed by Michael Bradley
parent f5722546b1
commit e1434259d6
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
"embark/embark-test-contract-0", "embark/embark-test-contract-0",
"embark/embark-test-contract-1", "embark/embark-test-contract-1",
"embark-dapp-template-boilerplate/embarkjs-connector-web3", "embark-dapp-template-boilerplate/embarkjs-connector-web3",
"embark-dapp-template-demo/bootstrap",
"embark-dapp-template-demo/embarkjs-connector-web3", "embark-dapp-template-demo/embarkjs-connector-web3",
"embark-dapp-template-simple/embarkjs-connector-web3", "embark-dapp-template-simple/embarkjs-connector-web3",
"embark-dapp-test-app/embark-dapp-test-service", "embark-dapp-test-app/embark-dapp-test-service",