diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 17:36:56 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 17:36:56 -0700 |
commit | e2b23dd62650d381bda8ffb06affb05275fa2c51 (patch) | |
tree | 08f565fd6cc9e2f0a5392450fda5f81b522f806c | |
parent | f7e5ff09b946c30a88d2000fee325b7c7531bfa6 (diff) |
Force local when bootstrapping server and browser
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d5fecb9..976e33e 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" + "bootstrap": "lerna bootstrap --scope=@webauthntine/typescript-types && lerna bootstrap --scope=@webauthntine/browser --scope=@webauthntine/server --force-local" }, "devDependencies": { "@types/cbor": "^5.0.0", |