diff options
author | Matthew Miller <matthew@millerti.me> | 2022-06-14 22:31:33 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-06-14 22:31:33 -0700 |
commit | 7e3458476aa849a24e9cb63e4f9a3c07b35b45b6 (patch) | |
tree | 0433bc40ee277e5b94159dab45343ce2a6b95166 | |
parent | e6b2240e826e6bbf785f488cef88e25dbfad07c2 (diff) |
Try hoisting dependencies
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 84ce9e2..5b07402 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simplewebauthn-monorepo", "private": true, "scripts": { - "bootstrap": "lerna bootstrap", + "bootstrap": "lerna bootstrap --hoist", "lint": "prettier --write packages/**/src/**/*.ts example/**/*.ts && eslint --fix packages/**/src/**/*.ts example/**/*.ts", "docs": "npm run bootstrap && typedoc --tsconfig tsconfigdoc.json", "test": "lerna run test", |