Skip to content

Commit

Permalink
feat: include browser bundle in npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
connerdouglass committed Aug 12, 2023
1 parent 40a3ffc commit ba102d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest",
"docs": "typedoc --excludePrivate --excludeProtected src/index.ts",
"clean": "rm -rf dist",
"prepare": "npm run clean && npm run build"
"prepare": "npm run clean && npm run build && npm run build:browser"
},
"keywords": [
"webauthn"
Expand Down

0 comments on commit ba102d1

Please sign in to comment.