summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-06-14 22:31:33 -0700
committerMatthew Miller <matthew@millerti.me>2022-06-14 22:31:33 -0700
commit7e3458476aa849a24e9cb63e4f9a3c07b35b45b6 (patch)
tree0433bc40ee277e5b94159dab45343ce2a6b95166
parente6b2240e826e6bbf785f488cef88e25dbfad07c2 (diff)
Try hoisting dependencies
-rw-r--r--package.json2
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",