diff --git a/package.json b/package.json index d7db5fc4..4faca102 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "lerna run build", "test": "lerna run --stream test", "lint": "lerna run lint", - "docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/spruceid/siwe' --favicon ./favicon.svg --out docs packages/siwe/lib/siwe.ts" + "docs": "typedoc --plugin nlfurniss-typedoc-plugin-sourcefile-url --plugin typedoc-plugin-extras --sourcefile-url-prefix 'https://github.com/spruceid/siwe' --favicon ./favicon.svg --out docs packages/siwe/lib/siwe.ts", + "publish": "lerna run build && lerna publish" }, "author": "Spruce Systems Inc.", "license": "Apache-2.0",