Skip to content

Commit

Permalink
Merge pull request #659 from PatrickRose/fix-argon2-on-vercel
Browse files Browse the repository at this point in the history
Force a build of the argon package after installing
  • Loading branch information
PatrickRose committed May 30, 2024
2 parents 30f0722 + 2d8957a commit 41ea640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"test": "jest",
"lint": "next lint",
"ts:watch": "tsc --noEmit --incremental --watch",
"prepare": "husky"
"prepare": "husky",
"postinstall": "npm rebuild argon2 --build-from-source"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
Expand Down

0 comments on commit 41ea640

Please sign in to comment.