summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-22 09:56:19 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-22 09:56:19 -0700
commit2935857c76d458c26701842e500f8d97d17499c5 (patch)
tree4c924d43d32fb12a780533302eaf5dee08875d75 /packages/typescript-types
parent4db46fa2fd1dee88822ec66ae5f25fb0f85b81e1 (diff)
Remove prepublish scripts
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/package.json3
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": {