summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 17:59:35 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 17:59:35 -0700
commit5021e99e79f2c9504cee24ebd54d69280a13faf2 (patch)
tree90b03d030d4ca11bea9d9f7c0489e2be7e22fc16
parenta650c432e8e117f119e4ba8077f8740451f06653 (diff)
Try to wrangle build issues with bootstrap command
-rw-r--r--packages/browser/package.json2
-rw-r--r--packages/server/package.json2
-rw-r--r--packages/typescript-types/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json
index 5bb63c0..6051529 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -15,7 +15,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "npm test -- --coverage",
- "prepare": "npm run build"
+ "prepublish": "npm run build"
},
"keywords": [
"webauthn",
diff --git a/packages/server/package.json b/packages/server/package.json
index d5a653a..a5a33cb 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -18,7 +18,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "npm test -- --coverage",
- "prepare": "npm run build"
+ "prepublish": "npm run build"
},
"keywords": [
"webauthn",
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json
index 5e04fae..9caac66 100644
--- a/packages/typescript-types/package.json
+++ b/packages/typescript-types/package.json
@@ -12,7 +12,7 @@
},
"scripts": {
"build": "rimraf dist && tsc",
- "prepare": "npm run build"
+ "prepublish": "npm run build"
},
"keywords": [
"webauthn",