From ba102d1aad8bba1915cb2dd7dd52b0dafb19a9a4 Mon Sep 17 00:00:00 2001 From: connerdouglass Date: Sat, 12 Aug 2023 18:48:47 -0400 Subject: [PATCH] feat: include browser bundle in npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76de24e..d7d3dbc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "jest", "docs": "typedoc --excludePrivate --excludeProtected src/index.ts", "clean": "rm -rf dist", - "prepare": "npm run clean && npm run build" + "prepare": "npm run clean && npm run build && npm run build:browser" }, "keywords": [ "webauthn"