diff options
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 9b23168..29cba37 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -4,8 +4,7 @@ "description": "Lerna/npm wrapper around Deno for @simplewebauthn/typescript-types", "scripts": { "build": "npm run extract-dom-types && deno task build", - "extract-dom-types": "ts-node extract-dom-types.ts", - "prepublish": "npm run build" + "extract-dom-types": "ts-node extract-dom-types.ts" }, "lerna": { "command": { |