summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 18:11:45 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 18:11:45 -0700
commit2548e4fd6a5e3d82b2f1b348eec442bd318e4872 (patch)
treeb58d6593de62689f0a13a8ea932e5892aefb29de
parente5df980070be8ca2d6391be480aac8d750a22eb2 (diff)
Remove —force-local from npm bootstrap script
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 976e33e..d5fecb9 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "webauthntine-monorepo",
"private": true,
"scripts": {
- "bootstrap": "lerna bootstrap --scope=@webauthntine/typescript-types && lerna bootstrap --scope=@webauthntine/browser --scope=@webauthntine/server --force-local"
+ "bootstrap": "lerna bootstrap --scope=@webauthntine/typescript-types && lerna bootstrap --scope=@webauthntine/browser --scope=@webauthntine/server"
},
"devDependencies": {
"@types/cbor": "^5.0.0",