diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 09:38:01 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 09:38:01 -0700 |
commit | d3d133e52b0d303302fa9e20818870f8ece89bc4 (patch) | |
tree | c12ab397929ec9082b10d35486ba3af308c0b0c0 | |
parent | 8921021e838e11010a5d75750222c8b43a888d31 (diff) |
Add bootstrap script to root for stable builds
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 8ca0e4a..d5fecb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "webauthntine-monorepo", "private": true, + "scripts": { + "bootstrap": "lerna bootstrap --scope=@webauthntine/typescript-types && lerna bootstrap --scope=@webauthntine/browser --scope=@webauthntine/server" + }, "devDependencies": { "@types/cbor": "^5.0.0", "@types/elliptic": "^6.4.12", |