Skip to content

Commit

Permalink
chore: add shared build run on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed May 9, 2024
1 parent a5be4b7 commit 8fe59ab
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 @@ -12,7 +12,7 @@
"pnpm": ">=8.15.7"
},
"scripts": {
"prepare": "husky",
"prepare": "husky && pnpm run shared:build",
"root:test": "echo \"Error: no test specified\"",
"root:typedoc": "typedoc --options typedoc/typedoc.json && bash typedoc/scripts/typedoc-sanitize.sh",
"root:lint": "npx eslint . --fix",
Expand Down

0 comments on commit 8fe59ab

Please sign in to comment.