summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-10-25 21:20:52 -0700
committerMatthew Miller <matthew@millerti.me>2023-10-25 21:20:52 -0700
commitba21c31b24412933e2825091f6d1858e133cee21 (patch)
tree0dbb7cfbc909ede8cbb876faaefe5bbef9823d96
parente36d2459cd167b1476100a6746a771965008cb6c (diff)
Don't codegen on build anymore
-rw-r--r--packages/typescript-types/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index a374259..9484cda 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -3,7 +3,7 @@
"version": "8.0.0",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/typescript-types",
"scripts": {
- "build": "npm run extract-dom-types && deno task build",
+ "build": "deno task build",
"extract-dom-types": "ts-node extract-dom-types.ts"
},
"lerna": {