diff options
-rw-r--r-- | packages/browser/package.json | 3 | ||||
-rw-r--r-- | packages/server/package.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json index c924ec5..c6c9990 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -15,8 +15,7 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "npm test -- --coverage", - "prepublish": "npm run build", - "docs": "typedoc --tsconfig tsconfig.json" + "prepublish": "npm run build" }, "keywords": [ "webauthn", diff --git a/packages/server/package.json b/packages/server/package.json index f2a2890..581a210 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -18,8 +18,7 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "npm test -- --coverage", - "prepublish": "npm run build", - "docs": "typedoc --tsconfig tsconfig.json" + "prepublish": "npm run build" }, "keywords": [ "webauthn", |